Skip to content

Releases: dvanoni/notero

v0.4.11

15 Aug 06:45
v0.4.11
eea3956
Compare
Choose a tag to compare

What's Changed

  • fix: Downgrade core-js to v3.31.1 to fix issue with use strict by @dvanoni in #317

Full Changelog: v0.4.10...v0.4.11

v0.4.10

14 Aug 03:13
v0.4.10
be8fe1b
Compare
Choose a tag to compare

What's Changed

  • build: Upgrade dependencies by @dvanoni in #307
  • refactor: Enable stricter type checking by @dvanoni in #310
  • docs(README): Add FAQ about invalid request URL by @dvanoni in #311
  • feat: Support note highlight colors other than Zotero's by @dvanoni in #312

Full Changelog: v0.4.9...v0.4.10

v0.4.9

31 Jul 00:17
v0.4.9
22d22fe
Compare
Choose a tag to compare

What's Changed

  • feat: Localize Zotero 7 preference pane using Fluent by @dvanoni in #304
  • feat: Enable support for Zotero 7 by @dvanoni in #305

Full Changelog: v0.4.8...v0.4.9

v0.4.8

27 Jul 06:29
v0.4.8
2297f14
Compare
Choose a tag to compare

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

  1. To enable support for syncing notes, enable the Sync notes (EXPERIMENTAL) checkbox at the bottom of Notero preferences.
  2. Select a note under a synced item, right-click it to open the context menu, and select Sync to Notion.
  3. 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.
  4. 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.

  1. Select an item or PDF, right-click it to open the context menu, and select Add Note from Annotations.
  2. If desired, enable highlight colors from the menu at the top-right of the note panel.
  3. 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

18 Jun 20:06
v0.4.7
9f74de3
Compare
Choose a tag to compare

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

Full Changelog: v0.4.6...v0.4.7

v0.4.6

02 Feb 08:22
v0.4.6
64f9595
Compare
Choose a tag to compare

What's Changed

  • feat: Use VirtualizedTable for collection sync preferences by @dvanoni in #223

Full Changelog: v0.4.5...v0.4.6

v0.4.5

20 Jan 07:23
v0.4.5
770175c
Compare
Choose a tag to compare

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

02 Jan 08:46
v0.4.4
29cd78a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

26 Dec 03:30
v0.4.3
6de5ecc
Compare
Choose a tag to compare

What's Changed

  • build(deps): Upgrade dependencies by @dvanoni in #203
  • feat: Sync Collections property to Notion by @dvanoni in #194
  • feat: Sync items when collections or tags are modified by @dvanoni in #204

Full Changelog: v0.4.2...v0.4.3

v0.4.2

24 Dec 08:50
v0.4.2
c9e1ad2
Compare
Choose a tag to compare

What's Changed

  • feat: Add note to Notion link attachment by @dvanoni in #190
  • docs(README): Update "Development" section to describe new build process by @dvanoni in #196
  • fix: Show error when "read content" capability is missing by @dvanoni in #197

Full Changelog: v0.4.1...v0.4.2