Releases: rinodrops/joplin-plugin-omnivore-sync
Releases · rinodrops/joplin-plugin-omnivore-sync
v0.2.2
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
v0.1.7
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
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
- Default: Includes a full markdown layout with the article title, highlights, annotations, creation date, and source link
- Title, Highlight and Note
- Highlight and Note: Suitable for "By Article"