Skip to content

Obsidian MD plugin that allows for extended CSS customizing.

Notifications You must be signed in to change notification settings

Mangiola/obsidian-stylize

Repository files navigation

Obsidian Stylize Plugin

Some assorted features that are useful for using CSS in your vault.

  • Folder CSS
    • Pages receive CSS classes that match the names of the folder(s) they're in, if any
  • Tag CSS
    • Pages receive CSS classes that match their tags, if any
    • Paragraphs with a tag receive a CSS class that matches the tag name
  • Vector Image CSS
    • Embedded SVG images can now be styled with CSS

This allows you dynamically style pages without requiring you to manually add a cssclass property to every page. See the list of use cases on the wiki.

Plugin example animation

Development Setup

npm i
npm run dev

About

Obsidian MD plugin that allows for extended CSS customizing.

Resources

Stars

Watchers

Forks

Releases

No releases published