Skip to content

Releases: Zachatoo/obsidian-css-editor

1.13.2

11 Mar 05:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • Fix scrolling to search results (out of bounds) by @heinrich26 in #63
  • Update dependencies

New Contributors

Full Changelog: 1.13.1...1.13.2

1.13.1

04 Feb 05:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Add search to leaf menu for better visibility (#44).

1.13.0

02 Feb 04:36
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • Add search (#44).

Full Changelog: 1.12.1...1.13.0

1.12.1

13 Jan 05:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Just reorganizing files. Shouldn't be any noticeable changes.

Full Changelog: 1.12.0...1.12.1

1.12.0

29 Dec 06:20
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Add CSS icon for editor view, ribbon, and settings tab.
  • Add icons for commands (primarily used on mobile).
  • Add setting groups for settings tab.
  • Update "Indent size" setting to use a slider instead of a text input.

Full Changelog: 1.11.1...1.12.0

1.11.1

21 Nov 06:19
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • Fix quick switcher not confirming deletion when "Confirm CSS snippet deletion" is enabled.
  • Setup webdriverio for e2e tests by @Zachatoo in #55

Full Changelog: 1.11.0...1.11.1

1.11.0

05 Nov 04:41
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.10.2...1.11.0

1.10.2

11 Sep 03:07

Choose a tag to compare

  • Add confirmation modal when deleting CSS snippet from command palette (#45).

1.10.1

07 Sep 18:27

Choose a tag to compare

  • Fix auto save sometimes losing recent edits and resetting cursor position when Style Settings plugin is enabled (#49).

1.10.0

07 Sep 04:27

Choose a tag to compare

  • Add save/cancel buttons to create and rename modals (#45).
  • Add confirmation modal when deleting CSS snippet (#45).
    • Also add setting to enable/disable prompting the user when deleting a CSS snippet.
  • Support showing color picker for CSS colors in comments (#43).