This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Releases: argenos/zotero-mdnotes
Releases · argenos/zotero-mdnotes
v0.2.3
0.2.2
0.2.1
v0.2.0
What's Changed
- Use joplin-turndown for HTML->MD conversion by @nathanlesage in #38
- Added Date Fix by @PhilipMottershead in #67
- Update formatting.md by @einalex in #89
- Clearer text by @Jmuccigr in #93
- (docs) fix error in formatting.md by @atraphaxis in #159
- docs: replace {{noteTitle}} with {{title}} by @Glunk in #145
- fix bug on filename when running on Windows by @rxy0424 in #166
- Bug fix messing url parsing for obsidian links on Windows by @knavynde in #108
- add locale support for zh-CN by @xfap in #163
New Contributors
- @nathanlesage made their first contribution in #38
- @PhilipMottershead made their first contribution in #67
- @einalex made their first contribution in #89
- @Jmuccigr made their first contribution in #93
- @atraphaxis made their first contribution in #159
- @Glunk made their first contribution in #145
- @rxy0424 made their first contribution in #166
- @knavynde made their first contribution in #108
- @xfap made their first contribution in #163
Full Changelog: 0.1.3...0.2.0
v.0.2.0-alpha5 - Zotero 6 compatibility
What's Changed
- Update filepicker imports to use
zotero/modules
(#126) - Upgrade max version for compatibility with Zotero 6 (#133, #77)
- Docs: Update formatting.md in docs by @einalex in #89
- Docs: Clearer text by @Jmuccigr by #93
- Docs: fix error in formatting.md by @atraphaxis in #159
- Docs: replace {{noteTitle}} with {{title}} by @Glunk in #145
New Contributors
- @einalex made their first contribution in #89
- @Jmuccigr made their first contribution in #93
- @atraphaxis made their first contribution in #159
- @Glunk made their first contribution in #145
Full Changelog: 0.2.0-alpha4...0.2.0-alpha5
0.2.0-alpha4
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
0.2.0-alpha2
Fix getting turndown rules from preferences
0.2.0-alpha3
0.2.0-alpha.3 Fix converter creation at export time
0.2.0-alpha1
- 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