An Obsidian plugin to create or open this month's note with a single click.
This project attempts to replicate the features of the core Daily Note plugin without adding additional features. Many of the other similar plugins add tons of complexity. We're trying for small and simple.
If this month's note already exists, it opens. Otherwise it's created (along with its folder, if needed) and opened.
YYYY-MM).Templates support the following placeholders:
| Variable | Replaced with |
|---|---|
{{title}} |
the note's name |
{{date}} |
current date (YYYY-MM-DD) |
{{time}} |
current time (HH:mm) |
{{date}} and {{time}} accept an optional moment.js format after a colon — e.g. {{date:dddd}} → Tuesday, {{time:h:mm A}} → 2:30 PM.
bun install
bun run dev # build and watch
bun test # run tests
bun run build # production build