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.4.4

Published by mgmeyers almost 3 years ago

  • Fix issues with repeated setting headings
obsidian-style-settings - 0.4.3

Published by mgmeyers almost 3 years ago

  • Adds new command pallet command to open a style settings pane
obsidian-style-settings - 0.4.2

Published by mgmeyers almost 3 years ago

  • Fixes error when no language is set in obsidian
obsidian-style-settings - 0.4.1

Published by mgmeyers almost 3 years ago

  • Adds German translation
obsidian-style-settings - 0.4.0

Published by mgmeyers almost 3 years ago

  • Add localization support for setting titles and descriptions. Eg:
/* @settings

name: Your Section Name Here
id: a-unique-id
settings:
    - 
        id: my-css-class
        title: My Toggle
        title.de: Mein Toggle
        title.ko: 내 토글
        description: Adds my-css-class to the body element
        description.de: Fügt my-css-class zum body-Element hinzu
        description.ko: my-css-class를 body 요소에 추가합니다.
        type: class-toggle

*/
obsidian-style-settings - 0.3.8

Published by mgmeyers almost 3 years ago

  • Ensure empty list entries don't crash plugin
obsidian-style-settings - 0.3.7

Published by mgmeyers about 3 years ago

  • Allow plugins to trigger a reparse using this.app.workspace.trigger("parse-style-settings")
obsidian-style-settings - 0.3.6

Published by mgmeyers about 3 years ago

  • Fix themed color settings not exporting
obsidian-style-settings - 0.3.5

Published by mgmeyers about 3 years ago

  • Update pickr
  • Fix #29
obsidian-style-settings - 0.3.4

Published by mgmeyers about 3 years ago

  • Delay processing CSS until plugins have had a chance to register (hopefully 🤞 ).
obsidian-style-settings - 0.3.3

Published by mgmeyers about 3 years ago

  • Fix issue with class-toggle default not being respected
obsidian-style-settings - 0.3.2

Published by mgmeyers about 3 years ago

  • Allows defaults to be set for class-toggle
  • Show label in description Default: when one is specified
obsidian-style-settings - 0.3.1

Published by mgmeyers about 3 years ago

  • Renames class-multi-toggle to class-select
obsidian-style-settings - 0.3.0

Published by mgmeyers about 3 years ago

  • Adds class-multi-toggle option to allow selecting between several class options to apply to the body element.
  • Allows setting both label and value in variable-select and class-multi-toggle
  • Allows exporting and importing global or scoped settings.
obsidian-style-settings - 0.2.7

Published by mgmeyers over 3 years ago

  • Allow targeting specific settings with CSS
obsidian-style-settings - 0.2.6

Published by mgmeyers over 3 years ago

  • Adds dynamic tooltip to number sliders
obsidian-style-settings - 0.2.5

Published by mgmeyers over 3 years ago

  • No, really this time.
obsidian-style-settings - 0.2.4

Published by mgmeyers over 3 years ago

  • Fixes bug where nested headings weren't un-nesting properly
obsidian-style-settings - 0.2.3

Published by mgmeyers over 3 years ago

  • Fix issue converting tabs to spaces
obsidian-style-settings - 0.2.2

Published by mgmeyers over 3 years ago

  • Add empty message
  • Add error message
Related Projects