Skip to content
Compare
Choose a tag to compare

0.2.0-alpha4

Pre-release
Pre-release
Add custom rules to avoid escaping characters

This commit adds custom rules to prevent the escaping
within italics, bold, and <p> tags.
It should leave intact any <font> and <span> tags
Compare
Choose a tag to compare

0.2.0-alpha2

Pre-release
Pre-release
Fix getting turndown rules from preferences
Compare
Choose a tag to compare

0.2.0-alpha3

Pre-release
Pre-release
0.2.0-alpha.3

Fix converter creation at export time
Compare
Choose a tag to compare

0.2.0-alpha1

Pre-release
Pre-release
  • Block references for the exported Zotero notes.
    Important note: The block ID is using a hash of the block contents, i.e. if you change your format the block won't match any more.
  • The Zotero note export now uses Joplin turndown instead of regexp for the html -> md translation.
    Note: This means you probably have to set up again some of the custom formatting you've added. Some custom rules for the translations can be configured in the hidden preferences with the html2md properties, but they now require you to restart Zotero. Please ping me if you need additional rules not included there.
  • Custom placeholders (not yet in the documentation). Also a noteTitle placeholder to have different formatting from an item's title.
  • Customizing the text for Zotero links in hidden preferences
  • A few bug fixes
Compare
Choose a tag to compare
  • Make standalone notes menu optional
  • Add separate menu for single-file exports
  • Add wiki link format for PDF attachments (#49)
  • Add Update instructions to documentation (#45)
  • Updated documentation
    • Standalones menu is now optional
    • Add details to configuration page for single- and multi-file exports
Compare
Choose a tag to compare
  • Add support for templates
    • Removes unused preferences that are replaced by placeholders
  • Add custom formatting for fields
    • Add hidden preference to customize the format of Zotero Notes
  • The content of the batch export with the single-file setting is now consistent with the split-files settings.
  • Remove automatic capitalization of links
  • Add support for standalone markdown notes
  • Zotero notes can now also include tags and related items
  • Renames the "Export Zotero item" menu to "Export to markdown"
    • The menu to export a Zotero note was merged into "Export to markdown"
  • Add option to use file:// links for PDF attachments instead of using the URL scheme from Zotero (zotero://)
  • Hidden option to attach Obsidian URI links after notes are exported.
  • Other improvements and bug fixes to make things better under the hood.
Compare
Choose a tag to compare
Move Zotero links to metadata for single files

Fixes #9
Compare
Choose a tag to compare