Skip to content

Releases: mayurankv/Obsidian-Code-Styler

1.0.9

25 Aug 22:56
Compare
Choose a tag to compare

Added

  • Added ability to parse execute code codeblock parameters
  • Added automated settings updates between versions

Changes

  • Changed ViewPlugins to StateFields

Fixed

  • Dealt with removing decorations in source mode properly (headers, fold regions)
  • Fixed limiting behaviour in source mode apart from codeblock line styling
  • Cursor unfold/refold is now based on full range
  • Fixed small CSS bugs

1.0.8

23 Aug 23:58
Compare
Choose a tag to compare

Added

  • Added fold commands
  • run-* implemented by the execute code plugin are treated as their original language with an update script to pull current values

Changed

  • Refactored editing view codeblock parsing to use callbacks in a loop function
  • Can now update default themes
  • Changed how header and sub-elements are hidden
  • Changed how edit mode folds codeblocks
  • Changed variable names from collapse to fold

Fixed

  • Compatibility with the blur plugin
  • Removing codeblock languages now doesn't make folded codeblocks disappear

1.0.7

16 Aug 17:06
Compare
Choose a tag to compare

Changed

  • Only style scrollbar if theme already styles it
  • Automatic update doesn't change changelog heading levels

Fixed

  • Added full message to automatic release

1.0.6

15 Aug 14:24
Compare
Choose a tag to compare

Added

  • CSS linting added
  • Automated packaging and releasing

Changed

  • Replaced deprecated MarkdownRenderer.renderMarkdown to MarkdownRenderer.render
  • Changed parsing of HTML tags

Fixed

  • Parsing error for codeblock delimiters
  • Readded scrollbar after css bug caused it to disappear
  • Fixed wrap parameter actually applying class .unwrapped

1.0.5

15 Aug 13:36
Compare
Choose a tag to compare

Fix readding wrapping implementation and small refactoring and linting added.

1.0.4

09 Aug 21:43
Compare
Choose a tag to compare

Bigger changes:

  • fixing editing side by side (stopping jumping motion as you type).
  • Fixing text inside angled brackets disappearing
  • Added wrap aliases

1.0.3

08 Aug 10:38
Compare
Choose a tag to compare

Scrollbar issue fixes and re-renders on some setting changes for instant application.

1.0.2

04 Aug 10:37
Compare
Choose a tag to compare

Fix minimal theme live preview appearance bug.

1.0.1

11 Jul 20:41
Compare
Choose a tag to compare

Add inline code syntax highlighting and some small fixes.

1.0.0 - Initial Release

08 Jul 00:16
Compare
Choose a tag to compare

Initial release of plugin.