Skip to content

Releases: argenos/zotero-mdnotes

v0.2.3

03 May 13:32
Compare
Choose a tag to compare
Release 0.2.3

0.2.2

03 May 13:24
Compare
Choose a tag to compare
Release 0.2.2

0.2.1

03 May 13:17
Compare
Choose a tag to compare

Fix Max Version for Zotero 6.0

v0.2.0

03 May 12:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.3...0.2.0

v.0.2.0-alpha5 - Zotero 6 compatibility

25 Mar 12:57
Compare
Choose a tag to compare
Pre-release

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

28 Mar 16:19
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

0.2.0-alpha2

28 Mar 09:52
Compare
Choose a tag to compare
0.2.0-alpha2 Pre-release
Pre-release
Fix getting turndown rules from preferences

0.2.0-alpha3

28 Mar 10:31
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

0.2.0-alpha1

27 Mar 20:53
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

v0.1.3

17 Feb 22:44
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