Skip to content

Releases: CalebJohn/joplin-rich-markdown

v0.15.0

08 Jun 00:06
Compare
Choose a tag to compare
6756596 Support checking on selections
fe637ed Add support for fake title checkboxes

v0.14.1

08 Apr 16:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.3...v0.14.1

v0.13.3

02 Aug 07:15
Compare
Choose a tag to compare
3147042 Fix stylish theme with whitespacer plugin

v0.9.0

12 Apr 22:20
Compare
Choose a tag to compare
  • fix: Add support for joplin:// style links
  • fix: don't refresh inline images every 3s
  • Remove extraCSS requirement for the highlight syntax
  • Add new context menu items (#30) Thanks @laurent22!

v0.8.3

28 Dec 21:54
Compare
Choose a tag to compare
fix: Scrolling still stutters

v0.8.2

27 Dec 18:39
Compare
Choose a tag to compare
fix: Flickering images/unstable scrolling
  - Thanks to @ken1kob and @shbach!

v0.8.1

22 Dec 05:09
Compare
Choose a tag to compare
fix: Jumping around when using just the editor with images visible

v0.8.0

13 Dec 00:25
Compare
Choose a tag to compare
- 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

22 Sep 20:05
Compare
Choose a tag to compare
- Fix #21: Fix for blinking spellcheck and note jumping

v0.7.2

22 Sep 07:15
Compare
Choose a tag to compare
- 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