My personal Obsidian vault configuration, including CSS snippets and settings.
.obsidian/
├── snippets/
│ └── backlinks-style.css # Reflect-style backlinks footer
├── appearance.json # Theme and appearance settings
├── app.json # App settings
├── community-plugins.json # List of community plugins
├── core-plugins.json # Core plugin settings
└── hotkeys.json # Custom hotkeys
Restyled backlinks footer inspired by Reflect:
- Hides top-right icons
- Renames "Linked mentions" to "Incoming Backlinks"
- Removes all borders and cleans up styling
- Adds chevron collapse icons (rotates when collapsed)
- 12px font size for headers and page titles
- Bullet points for backlink entries
- Hover states
- Copy the
.obsidianfolder contents to your vault's.obsidianfolder - Or selectively copy just the
snippets/folder for CSS only - Enable snippets in Settings → Appearance → CSS snippets
Install these from Community Plugins:
- Daily Notes Timeline
- (see community-plugins.json for full list)
MIT