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
- 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
noteTitleplaceholder to have different formatting from an item's title. - Customizing the text for Zotero links in hidden preferences
- A few bug fixes
- 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.