Releases: mayurankv/Obsidian-Code-Styler
Releases · mayurankv/Obsidian-Code-Styler
1.0.9
Added
- Added ability to parse execute code codeblock parameters
- Added automated settings updates between versions
Changes
- Changed
ViewPlugins
toStateFields
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
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
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
Added
- CSS linting added
- Automated packaging and releasing
Changed
- Replaced deprecated
MarkdownRenderer.renderMarkdown
toMarkdownRenderer.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
Fix readding wrapping implementation and small refactoring and linting added.
1.0.4
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
Scrollbar issue fixes and re-renders on some setting changes for instant application.
1.0.2
Fix minimal theme live preview appearance bug.
1.0.1
Add inline code syntax highlighting and some small fixes.
1.0.0 - Initial Release
Initial release of plugin.