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

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.
Community catalog: Settings → Community plugins → Browse → search "Daily Note Linker".
Beta via BRAT: install BRAT, then add nhomble/obsidian-daily-link.
| Setting | Default | Description |
|---|---|---|
| Frontmatter property | notes |
Key to upsert links into. |
| Allowed extensions | md |
File extensions that trigger linking. |
| Excluded folders | (none) | Folder paths whose new files are ignored. |
| Create daily note if missing | on | Create today's daily (using your template) if absent. |
The core Daily Notes plugin must be enabled.
MIT