Releases: Zachatoo/obsidian-css-editor
Releases · Zachatoo/obsidian-css-editor
1.2.3
- Fix editor views getting out of sync if two editor views with the same CSS snippet are open (#30).
1.2.2
- Add the .css extension automatically when creating a new file with command (#24).
1.2.1
- Fix incorrect modifier key being used for quick switcher modal on Windows (#25).
1.2.0
- 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
- 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
- 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
- Add keyboard shortcut for block comments (#6).
0.4.0
- Add support for creating/updating CSS files in new tabs (#14).
0.3.2
- Don't detach leaves on unload (#13).
0.3.1
- Fix the
Escape
key switching to another tab if available (#11).