Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Releases: nothingislost/obsidian-codemirror-options

0.9.5

13 Dec 22:46
Compare
Choose a tag to compare
  • Improve live preview detection

0.9.4

26 Nov 16:10
Compare
Choose a tag to compare
  • Fixed a bug that was causing inline math to be rendered with block math styling

0.9.3

24 Nov 23:14
Compare
Choose a tag to compare
  • @aidenlx fixed a few edge cases where emojis were not being detected and rendered

0.9.2

19 Nov 21:25
Compare
Choose a tag to compare
bump version to 0.9.2

0.9.1

19 Nov 16:02
Compare
Choose a tag to compare
  • Fixes to syntax highlighting logic
    • The plugin should now be more reliable when looking up languages like "java" and "bash" and others
  • Fixed broken syntax highlighting styles
  • Increased the max length for icon shortcode strings from 20 to 55

0.9.0

19 Nov 03:54
Compare
Choose a tag to compare
  • @aidenlx added the ability to render icon shortcodes in edit mode via his Icon Shortcodes plugin
  • Re-enabled syntax highlighting features when live preview is enabled
  • Added a new Style Settings option to enable minimal page & header embeds in edit mode
  • Removed a border from inline block ref embeds
  • Updated tsconfig to target ES6

0.8.4

10 Nov 21:57
Compare
Choose a tag to compare
  • Added logic to not load the plugin if the new Live Preview mode is enabled

0.8.3

08 Nov 04:58
Compare
Choose a tag to compare

0.8.1-0.8.3

  • Inline Block Embed related styling fixes
    • List item block references should now behave properly when embedded
    • Tweaks to ensure the <EMBED> icon is always clickable
    • Updated the mouse over label on inline block refs to show the filename of the ref
    • Fixed the inline block ref click handler to cover the entire length of the block ref
  • Rendered widgets now render properly when expanding lists or headers
  • Fixed the display of embedded PDFs
  • Fixed occasional line widget duplication with embeds and html

0.8.2

05 Nov 21:13
Compare
Choose a tag to compare

Shiny new things

  • Added the ability to render embeds in edit mode.
    • Page, header, and block refs are all supported
    • Embeds can be referenced inline or as a dedicated line block
    • Embeds are rendered using the same renderer that generates preview mode embeds.
      • This means all plugins are supported out of the box and will render properly when embedded.

Known Issues

  • The Outliner plugin list styling can cause the <EMBED> button to get truncated due to setting overflow: none on the list list
  • In rare cases, embed widgets may render twice
  • Editing a ref to point to a new page can something cause the old ref content to not be cleared out

0.8.1

05 Nov 19:10
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release
  • Top secret feature stability improvements