Gabriel19 downloadsHide notes from the file explorer until a date specified in a frontmatter property.
Hide notes from the file explorer until a date specified in a frontmatter property.
Note Snooze.main.js, manifest.json, and styles.css from the
latest release.<your-vault>/.obsidian/plugins/note-snooze/.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/.
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.
hidden-until.2026-08-01) as well as full datetimes.Questions and bug reports are welcome via GitHub Issues on this repository. Pull requests are welcome too.
MIT © turingexmachina