Skip to content

Releases: mayurankv/Obsidian-Code-Styler

1.1.7

23 Feb 13:32
Compare
Choose a tag to compare

1.1.6

23 Feb 13:28
Compare
Choose a tag to compare

1.1.5

21 Feb 01:44
Compare
Choose a tag to compare

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

28 Nov 01:01
Compare
Choose a tag to compare

Added

  • Added markdown links and wikilinks in comments

Changed

  • Made MarkdownRenderer.render to use plugin as component
  • Changed Language information to single dictionary

1.1.3

27 Nov 04:20
Compare
Choose a tag to compare

Fixed

  • Fix reference parsing and added markdown links

1.1.2

27 Nov 02:40
Compare
Choose a tag to compare

Fixed

  • Inline Code right spacing bug fixed

Added

  • Compatibility with slides core plugin

1.1.1

27 Nov 01:02
Compare
Choose a tag to compare

Fixed

  • Fixed CSS issues
  • Fixed Regex Parsing and complexity issues

1.1.0

26 Nov 22:22
Compare
Choose a tag to compare

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 the title 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

02 Sep 18:42
Compare
Choose a tag to compare

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

30 Aug 21:15
Compare
Choose a tag to compare

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)