obsidian-style-settings

A dynamic user interface for adjusting theme, plugin, and snippet CSS variables within Obsidian

GPL-3.0 License

Stars
1.2K
Committers
12

Bot releases are hidden (Show)

obsidian-style-settings - 0.2.1

Published by mgmeyers over 3 years ago

  • Ensure classes are applied on load
obsidian-style-settings - 0.2.0

Published by mgmeyers over 3 years ago

  • Allows color values to be input in rgb or hex format
  • Self-cleans color picker markup
  • Adds ability to reset an entire section of settings
obsidian-style-settings - 0.1.1

Published by mgmeyers over 3 years ago

  • Removes console.log from build
obsidian-style-settings - 0.1.0

Published by mgmeyers over 3 years ago

  • Adds collapsable header sections
/* @settings

name: Your Section Name Here
id: a-unique-id
settings:
    - 
        id: this-is-a-heading
        title: My Heading
        type: heading
        level: 2
        collapsed: true

*/
obsidian-style-settings - 0.0.7

Published by mgmeyers over 3 years ago

  • Adds number format option
obsidian-style-settings - 0.0.6

Published by mgmeyers over 3 years ago

  • Convert tabs to spaces
obsidian-style-settings - 0.0.5

Published by mgmeyers over 3 years ago

  • Adds optional opacity setting to color variables
obsidian-style-settings - 0.0.4

Published by mgmeyers over 3 years ago

  • Scopes variable-themed-color variables to appropriate theme class
obsidian-style-settings - 0.0.3

Published by mgmeyers over 3 years ago

  • Adds variable-themed-color type
obsidian-style-settings - 0.0.2

Published by mgmeyers over 3 years ago

  • Fixes bug causing multiple style setting comments to be ignored
obsidian-style-settings - 0.0.1

Published by mgmeyers over 3 years ago

Initial plugin release

Related Projects