Releases: Zachatoo/obsidian-css-editor
Releases · Zachatoo/obsidian-css-editor
0.3.0
0.2.1
- Remove
console.log
.
0.2.0
0.1.3
- Fix previous version not being released properly.
0.1.2
- Detach CSS editor leaves on unload.
0.1.1
- Fix saving CSS snippet on every keystroke instead of debouncing every second.
0.1.0
- Add command to delete a CSS snippet (#4).
- Allow spaces when creating CSS snippets (#4).
- Fix tab header not showing correct name of CSS snippet file (#5).
- Fix icon not showing in tab header when first opening the CSS editor in a tab.
- Focus editor upon viewing a CSS editor view.
- Stop supporting editing non-snippet CSS files in vault, there are some bugs with that functionality, will investigate more if requested.
0.0.5
- Auto-enable CSS snippet on snippet creation.
- Fix error in console when editing CSS file in vault.
- Add tests (see README for instructions on how to run tests).
0.0.4
- Fix not being able to save changes made to CSS snippets. Sorry about that!
0.0.3
- Add command to create CSS snippet.