This repository has been archived by the owner on Aug 27, 2023. It is now read-only.
Releases: nothingislost/obsidian-codemirror-options
Releases · nothingislost/obsidian-codemirror-options
0.9.5
0.9.4
- Fixed a bug that was causing inline math to be rendered with block math styling
0.9.3
0.9.2
bump version to 0.9.2
0.9.1
- 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
- @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
- Added logic to not load the plugin if the new Live Preview mode is enabled
0.8.3
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
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 settingoverflow: 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
- Top secret feature stability improvements