Skip to content

Releases: mgmeyers/obsidian-style-settings

0.4.2

23 Nov 04:07
Compare
Choose a tag to compare
  • Fixes error when no language is set in obsidian

0.4.1

14 Nov 23:09
Compare
Choose a tag to compare
  • Adds German translation

0.4.0

13 Nov 02:04
Compare
Choose a tag to compare
  • 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

*/

0.3.8

22 Oct 18:14
Compare
Choose a tag to compare
  • Ensure empty list entries don't crash plugin

0.3.7

22 Oct 17:36
Compare
Choose a tag to compare
  • Allow plugins to trigger a reparse using this.app.workspace.trigger("parse-style-settings")

0.3.6

16 Oct 21:14
Compare
Choose a tag to compare
  • Fix themed color settings not exporting

0.3.5

11 Oct 17:22
Compare
Choose a tag to compare
  • Update pickr
  • Fix #29

0.3.4

24 Aug 21:16
Compare
Choose a tag to compare
  • Delay processing CSS until plugins have had a chance to register (hopefully 🤞 ).

0.3.3

09 Aug 00:01
Compare
Choose a tag to compare
  • Fix issue with class-toggle default not being respected

0.3.2

07 Aug 05:28
Compare
Choose a tag to compare
  • Allows defaults to be set for class-toggle
  • Show label in description Default: when one is specified