Daily Note Linker

approved

by nhomble

This plugin has not been manually reviewed by Obsidian staff. Automatically link every newly created note to today's daily note.

171 downloadsUpdated 10d agoMIT

Daily Note Linker

Obsidian plugin that automatically links every newly created note to the day's daily note, weaving temporal connections into your graph without manual upkeep.

demo

How it works

When you create a note, Daily Note Linker finds (or creates) today's daily note and upserts a wiki link in a configurable frontmatter property:

---
notes:
  - "[[my new note]]"
  - "[[another note from today]]"
---

Renames are handled by Obsidian's native link tracking — no separate bookkeeping.

Install

Community catalog: Settings → Community plugins → Browse → search "Daily Note Linker".

Beta via BRAT: install BRAT, then add nhomble/obsidian-daily-link.

Settings

SettingDefaultDescription
Frontmatter propertynotesKey to upsert links into.
Allowed extensionsmdFile extensions that trigger linking.
Excluded folders(none)Folder paths whose new files are ignored.
Create daily note if missingonCreate today's daily (using your template) if absent.

Requirements

The core Daily Notes plugin must be enabled.

License

MIT

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.