Skip to content

Releases: Zachatoo/obsidian-css-editor

1.2.1

01 Jun 17:19
Compare
Choose a tag to compare
  • Fix incorrect modifier key being used for quick switcher modal on Windows (#25).

1.2.0

05 May 20:10
Compare
Choose a tag to compare
  • Re-add "Create CSS Snippet" command.
    • This is to reduce confusion for new users of this plugin.
  • Visual fixes in the CSS quick switcher for when there are no CSS snippets in the vault.

1.1.0

19 Apr 02:42
Compare
Choose a tag to compare
  • Add enabling/disabling CSS snippet from the CSS snippet quick switcher with the Tab key (#21). Thank you @holroy for adding this feature!
  • Add command for enabling/disabling the current CSS snippet (#21). Thank you @holroy for adding this feature!

1.0.0

12 Apr 04:43
Compare
Choose a tag to compare
  • Add "Open quick switcher" command (#20).
    • Allows a user to edit, create, or delete a CSS snippet from one place.
    • Functions very similar to the core Quick Switcher.
  • Remove "Create CSS snippet", "Edit CSS snippet", and "Delete CSS snippet" commands.
  • Add "Delete current CSS snippet" command.
    • Deletes the currently active CSS snippet.

0.5.0

05 Sep 05:28
Compare
Choose a tag to compare
  • Add keyboard shortcut for block comments (#6).
    • Meta + /.

0.4.0

03 Sep 22:52
Compare
Choose a tag to compare
  • Add support for creating/updating CSS files in new tabs (#14).

0.3.2

05 Aug 15:44
Compare
Choose a tag to compare
  • Don't detach leaves on unload (#13).

0.3.1

29 Jun 04:14
Compare
Choose a tag to compare
  • Fix the Escape key switching to another tab if available (#11).

0.3.0

27 Jun 04:22
Compare
Choose a tag to compare
  • Add vim keybindings when Obsidian is in vim mode (#8)

0.2.1

27 Jun 03:28
Compare
Choose a tag to compare
  • Remove console.log.