Diary Linker adds a calendar view for your daily notes and keeps month/year/root notes linked together. Click a day to open (or create) the note for that date.
<Diary folder>/<year>/<month>/<day>.md.Templates/ folder and replaces placeholders.Diary).Templates/ folder.The plugin also opens the calendar view automatically on startup.
Your template note must include {{diary-link}}. The plugin replaces it with a link to the parent note.
Additional supported placeholders:
{{title}} → note title (filename without .md){{date}} → day number (01..31){{time}} → current time (HH:mm)Example template:
# {{title}}
Created at {{time}}
{{diary-link}}
Diary).Templates/ folder. Must include {{diary-link}}.npm install
npm run dev
npm run build
Copy these files to <Vault>/.obsidian/plugins/diary-linker/:
main.jsmanifest.jsonstyles.cssMIT