Skip to content

Releases: Zachatoo/obsidian-css-editor

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.

0.2.0

27 Jun 03:18
Compare
Choose a tag to compare
  • Add auto pairing brackets, braces, parenthesis, and quotes (#7).

0.1.3

06 Jun 04:00
Compare
Choose a tag to compare
  • Fix previous version not being released properly.

0.1.2

06 Jun 03:53
Compare
Choose a tag to compare
  • Detach CSS editor leaves on unload.

0.1.1

27 May 04:46
Compare
Choose a tag to compare
  • Fix saving CSS snippet on every keystroke instead of debouncing every second.

0.1.0

27 May 04:18
Compare
Choose a tag to compare
  • 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

20 May 04:20
Compare
Choose a tag to compare
  • 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

19 May 00:29
Compare
Choose a tag to compare
  • Fix not being able to save changes made to CSS snippets. Sorry about that!

0.0.3

17 May 03:08
Compare
Choose a tag to compare
  • Add command to create CSS snippet.