Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Note Snooze

GabrielGabriel19 downloads

Hide notes from the file explorer until a date specified in a frontmatter property.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

Hide notes from the file explorer until a date specified in a frontmatter property.

Install

From the Community Plugins browser

  1. In Obsidian, open Settings → Community plugins → Browse.
  2. Search for Note Snooze.
  3. Select Install, then Enable.

Manual installation

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <your-vault>/.obsidian/plugins/note-snooze/.
  3. Reload Obsidian and enable Note Snooze under Settings → Community plugins.

From source

The Node.js version is pinned via mise; run mise install first if you have it, otherwise use the Node version in .mise.toml directly.

git clone https://github.com/turingexmachina/obsidian-note-snooze.git
cd obsidian-note-snooze
npm install
npm run build

Then copy main.js, manifest.json, and styles.css into <your-vault>/.obsidian/plugins/note-snooze/.

Usage

Add the property to a note's frontmatter:

---
hidden-until: 2026-08-01
---

The note disappears from the file explorer until 2026-08-01 (local time), then reappears automatically — no reload needed.

Settings

  • Hidden-until property — the frontmatter property name to check. Defaults to hidden-until.

Notes

  • Only the file explorer is affected. The note is otherwise unchanged: still searchable, still openable via Quick Switcher/links, still fully readable.
  • Missing property, empty value, or an unparseable date all mean "not hidden".
  • Accepts plain dates (2026-08-01) as well as full datetimes.

Contributing

Questions and bug reports are welcome via GitHub Issues on this repository. Pull requests are welcome too.

License

MIT © turingexmachina

HealthExcellent
ReviewPassed
About
Hide notes from the file explorer until a date specified in a frontmatter property. Keep hidden notes searchable and openable via Quick Switcher and links, and have them automatically reappear at the specified date without reload.
SidebarPropertiesDates
Details
Current version
1.0.1
Last updated
3 weeks ago
Created
3 weeks ago
Updates
2 releases
Downloads
19
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
GabrielGabrielturingexmachina
GitHubturingexmachina
  1. Community
  2. Plugins
  3. Sidebar
  4. Note Snooze

Related plugins

Update modified date

Automatically update a frontmatter modified date field when the file is modified.

Tags Overview

An extended tags panel where tagged files can be easily viewed, filtered, and accessed.

Chronology

A calendar and a timeline of the note's creation and modification.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Day Planner

Turn tasks from daily notes, the Tasks plugin, and calendars into time blocks on an editable timeline, with built-in time tracker.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

TagFolder

Show tags as folder.