Monthly notes

by Ben Johnson
5
4
3
2
1
New Plugin

Description

Create or open this month's monthly note. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Monthly Notes

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.

Usage

  • Click the calendar ribbon icon, or
  • Run the Open monthly note command from the command palette.

If this month's note already exists, it opens. Otherwise it's created (along with its folder, if needed) and opened.

Settings

  • Date format — how notes are named. Pick a preset or a custom moment.js format (default: YYYY-MM).
  • New file location — the folder new notes are placed in.
  • Template file location — a note to use as a template for new monthly notes.

Template variables

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.

Development

bun install
bun run dev    # build and watch
bun test       # run tests
bun run build  # production build