Skip to content

CharlesSOo/obsidian-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

My Obsidian Config

My personal Obsidian vault configuration, including CSS snippets and settings.

Structure

.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

CSS Snippets

backlinks-style.css

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

Installation

  1. Copy the .obsidian folder contents to your vault's .obsidian folder
  2. Or selectively copy just the snippets/ folder for CSS only
  3. Enable snippets in Settings → Appearance → CSS snippets

Plugins Used

Install these from Community Plugins:

  • Daily Notes Timeline
  • (see community-plugins.json for full list)

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors