Releases: CalebJohn/joplin-rich-markdown
Releases · CalebJohn/joplin-rich-markdown
v0.15.0
v0.14.1
What's Changed
- Support the CodeMirror 6 beta editor by @personalizedrefrigerator in #58
- CodeMirror 6: Fix header token position and image fade-in by @personalizedrefrigerator in #59
- User-defined regex overlays by @alondmnt in #61
- Support for reference links a0eabe6 Add
New Contributors
- @personalizedrefrigerator made their first contribution in #58
- @alondmnt made their first contribution in #61
Full Changelog: v0.13.3...v0.14.1
v0.13.3
v0.9.0
v0.8.3
fix: Scrolling still stutters
v0.8.2
fix: Flickering images/unstable scrolling - Thanks to @ken1kob and @shbach!
v0.8.1
fix: Jumping around when using just the editor with images visible
v0.8.0
- Breaking!! Bump min Joplin version to 2.4.0 - This update uses some newish features of Joplin and as such requires all users to have Joplin 2.4.0 and above - fix: Remove Code block background highlighting - feat: Add line highlighting for blockquotes - This makes it possible to have blockquotes with a vertical bar - chore: remove usage of cm-search-marker in favour of cm-rm-highlight - Most users won't notice a difference, but those that customized the colour might
v0.7.3
- Fix #21: Fix for blinking spellcheck and note jumping
v0.7.2
- Fix #14, 19: Ignore inline code blocks when adding css classes - Fix #17: Add proper detection of url schemes - Fix #18: Watch for image changes - Fix: Don't highlight active line unless enabled - Fix: Don't render inline images that are inside code blocks