Releases: dvanoni/notero
Releases · dvanoni/notero
v0.4.11
What's Changed
Full Changelog: v0.4.10...v0.4.11
v0.4.10
v0.4.9
v0.4.8
What's Changed
- feat: Add experimental support for syncing notes by @dvanoni in #290
- fix: Make timer functions work in both Zotero 6 and 7 by @dvanoni in #286
Syncing Notes (EXPERIMENTAL)
This release adds initial support for syncing Zotero notes into Notion as requested in #4. The primary focus is on ensuring note content is reflected in Notion as accurately as possible.
This first release requires users to opt in to this new functionality by enabling it within Notero Preferences, and it does not sync notes automatically.
Usage
- To enable support for syncing notes, enable the Sync notes (EXPERIMENTAL) checkbox at the bottom of Notero preferences.
- Select a note under a synced item, right-click it to open the context menu, and select Sync to Notion.
- The syncing progress window should display at the bottom-right of Zotero, and the note should be saved as content within the body of the Notion page.
- All notes for an item are saved under a toggle heading named Zotero Notes.
- Each note is saved under a toggle heading with the name of the note.
- If note content is updated in Zotero, it must be manually synced again using the above steps.
CleanShot.2023-07-26.at.20.34.48-converted.mp4
PDF Annotations
To sync annotations (notes and highlights) from a PDF into Notion, you'll first need to extract them into a Zotero note.
- Select an item or PDF, right-click it to open the context menu, and select Add Note from Annotations.
- If desired, enable highlight colors from the menu at the top-right of the note panel.
- Sync the generated note using the steps in the previous section.
CleanShot.2023-07-26.at.20.41.32-converted.mp4
Full Changelog: v0.4.7...v0.4.8
v0.4.7
What's Changed
- fix: Sync top-level items from context menu by @dvanoni in #226
- build: Set up tests by @dvanoni in #227
- docs(README): Add link to issue about broken Zotero URI links by @dvanoni in #242
- build: Update to Node 18 and upgrade dependencies by @dvanoni in #247
- build: Update patch for
node-fetch
package by @dvanoni in #248 - Updating the tutorial link by @jeweljohnsonj in #251
- feat: sync date added by @lsc64 in #274
- refactor: Add types for
Zotero.Date
by @dvanoni in #277 - docs(README): Add
Date Added
database property by @dvanoni in #278
New Contributors
- @jeweljohnsonj made their first contribution in #251
- @lsc64 made their first contribution in #274
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's Changed
- build(deps): Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #212
- fix: Load default preferences upon plugin install or enable by @dvanoni in #215
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- build(deps): Upgrade dependencies by @dvanoni in #206
- build(deps): Bump core-js from 3.27.0 to 3.27.1 by @dependabot in #207
- build(deps-dev): Bump esbuild from 0.16.10 to 0.16.12 by @dependabot in #208
- build(deps-dev): Bump eslint from 8.30.0 to 8.31.0 by @dependabot in #209
- feat: Add sync button to context menus by @dvanoni in #210
Full Changelog: v0.4.3...v0.4.4