Skip to content

Releases: rinodrops/joplin-plugin-omnivore-sync

v0.2.2

06 Sep 17:58
Compare
Choose a tag to compare

Preserve Markdown formatting in Omnivore highlights and annotations

  • Remove Turndown processing for highlights and annotations
  • Modify renderHighlightContent to handle pre-formatted Markdown
  • Update highlight templates to better separate quotes and annotations
  • Ensure newlines and Markdown structures are preserved in sync process

v0.2.0

31 Aug 18:17
Compare
Choose a tag to compare
  • Re-enabled "As Article" highlights summery.

v0.1.7

31 Aug 06:11
Compare
Choose a tag to compare

Copy jp.emotiongraphics.omnivore-sync.jpl file to your plugin directory.
(It is ~/.config/joplin-desktop/plugins on macOS)

This commit addresses the issue of multiple folder creations and improves
the reliability of the sync process across different environments.

v0.1.6

28 Aug 15:47
Compare
Choose a tag to compare

Copy jp.emotiongraphics.omnivore-sync.jpl file to your plugin directory.
(It is ~/.config/joplin-desktop/plugins on macOS)

Add Highlight Syncing Behavior

By Date

  • Highlights are grouped by the date they were created
  • Within each date group, highlights are sorted chronologically (older on top)
  • Highlights are further grouped by article within each date
  • The note title is "{Prefix} {Date}"

By Article

  • All highlights from the same article within the sync period are grouped together
  • Highlights are sorted by their position in the article
  • The note title is "{Prefix} - {Article Title}"

Add Templates

  1. Default: Includes a full markdown layout with the article title, highlights, annotations, creation date, and source link
  2. Title, Highlight and Note
  3. Highlight and Note: Suitable for "By Article"

v0.1.5

28 Aug 13:00
Compare
Choose a tag to compare
  • Add selected label sync feature (0.1.5)

Copy jp.emotiongraphics.omnivore-sync.jpl file to your plugin directory.
(e.g., ~/.config/joplin-desktop/plugins on macOS)