Releases: mayurankv/Obsidian-Code-Styler
Releases · mayurankv/Obsidian-Code-Styler
1.1.7
1.1.6
1.1.5
Added
- Reference codeblocks for referencing local and external files
- Markdown links, local links and html links
- Syntax Highlighting
- YAML frontmatter Syntax Highlighting in source mode
Changed
- URLs can now be linked in codeblock title references
1.1.4
Added
- Added markdown links and wikilinks in comments
Changed
- Made
MarkdownRenderer.render
to useplugin
as component - Changed Language information to single dictionary
1.1.3
Fixed
- Fix reference parsing and added markdown links
1.1.2
Fixed
- Inline Code right spacing bug fixed
Added
- Compatibility with slides core plugin
1.1.1
Fixed
- Fixed CSS issues
- Fixed Regex Parsing and complexity issues
1.1.0
Added
- Added swapping
:
with=
for parameter setting for compatibility with similar plugins - Added utilising
{1,3,5-7}
syntax for default highlighting line numbers - note this has no ability to highlight with regex or by word - Added parsing of rmarkdown codeblock formats
- Added links to codeblock headers via the
ref
parameter or using a wikilink in thetitle
parameter
Changed
- Changed how
charWidth
is calculated
Fixed
- Scrolling long codeblocks no longer glitches the margin due to
charWidth
changes
Notes
- Links do not show up in metadata (i.e. graphs or backlinks), this is an upstream issue with adding links via plugins
1.0.11
Warning
This release adds a way to modify settings structures between updates. This means that there will be no need to delete existing data files when upgrading. Unfortunately, it may cause you to lose your existing settings if you haven't upgraded the plugin in a while.
Added
- Setting to disable inline code styling
- Added security file
- Added unit testing framework
Changed
- Modified settings to be more modular
- Changed how headers are built
Fixed
- Codeblocks in html comments are no longer styled
1.0.10
Added
- Added ability to parse codeblock rendered in settings
- Added ability to rerelease versions if build fails
Changed
- Changed how line numbers are hidden/shown
- Changed how inline code syntax highlighting setting is implemented
Fixed
- Fixed
wrap
parameter bug (on click would unwrap)