Blog
blog/obsidian-linking-habits
Obsidian Linking Habits
Practical rules for writing dense, connected notes.
Obsidian Linking Habits
Connected writing stays maintainable when links are explicit.
Link Types
[note](/notes/note/)for direct references[label](/notes/note/)for readable anchor text[note](/notes/note/#heading)for deep links into long notes
Examples:
- Start from home
- Deployment process: github-cloudflare-pipeline
- Internal architecture: architecture intro
Linked Mentions
- Rust Rendering Notes2026-02-11
This stack uses Askama for page skeletons and Maud for assembled fragments. Askama: predictable layout and metadata templates Maud: ergonomic generation of backlink sections and composed HTML bloc…