Skip to content

Releases: Zachatoo/obsidian-css-editor

1.9.0

03 Sep 03:49
Compare
Choose a tag to compare
  • Add menu items for rename, disable/enable, and delete to the CSS editor view (#45).
  • Update active CSS editors when CSS snippets are modified outside of Obsidian (#46).

1.8.1

23 Aug 04:56
Compare
Choose a tag to compare
  • Fix non-colors being detected as colors (#43).
    • For example, !important would be detected as tan, --color-blue would be detected as blue, etc.

1.8.0

22 Aug 05:27
Compare
Choose a tag to compare
  • Show color picker for rbg, hsl, and named colors (#43).

1.7.0

03 Aug 04:58
Compare
Choose a tag to compare
  • Allow clicking on enabled/disabled pill in quick switcher to enable/disable CSS snippet (#41).

1.6.2

10 Jul 03:38
Compare
Choose a tag to compare
  • Fix undo resetting snippet state to before it was loaded (#27).

1.6.1

06 Jul 18:49
Compare
Choose a tag to compare
  • Fix file sometimes failing to load due to trying to preserve selection when switching between files.

1.6.0

06 Jul 18:27
Compare
Choose a tag to compare
  • Add color picker widget for hex codes in CSS snippets (#39).

1.5.0

16 Jun 00:04
Compare
Choose a tag to compare
  • Enable renaming CSS snippets when tab title bar is disabled by showing new rename modal.
  • Select full file name when renaming CSS snippet when tab title bar is enabled.

1.4.0

24 Apr 22:22
Compare
Choose a tag to compare
  • Add rename CSS snippet functionality (#38).

1.3.0

22 Mar 05:00
445f969
Compare
Choose a tag to compare
  • Configurable line-wrap and indent size.
  • Line numbers.
  • Auto-completion for class and id selectors.
  • Give distinguishable style to the active line.
  • Use user-defined monospace font.

Thank you @kotaindah55 for adding these features!