Daily Note Linker

by nhomble
5
4
3
2
1
Score: 35/100

Description

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

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
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

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

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.

Requirements

The core Daily Notes plugin must be enabled.

License

MIT