zotero-better-notes icon indicating copy to clipboard operation
zotero-better-notes copied to clipboard

Everything about note management. All in Zotero.

Zotero Better Notes

teaser

Everything about note management. All in Zotero.

User Guide(EN) | 用户指引(中文)

Easy to Use

New to note-taking? Install and start now!

Already an Obsidian/Logseq/... user? Archive annotations with double chain and export with just one click!

It works out of the box. No complicated and annoying configuration!

Bi-directional Link Support

Bi-directional link note(双链笔记) is supported! Link your notes inside Zotero with just one click.

Export with its' linked sub-notes to Obsidian: Obsidian example

Templates

Use customized templates to import data from items/notes! template

Learn more about template

See what templates can do and find templates contributed by the community here: Template Market

Auto-Sync to Files

Keep the MarkDown version of your notes in sync with the latest changes inside Zotero is extremely easy now!

Just click 'Auto Sync to Export Path' the first time you export your note. Do not require any third-party tools!

And the linked sub-notes will also be updated automatically!

template

Note Enhancements

  • LaTex view

    For multiline math, please use shift+enter to change line.

  • Annotation2Note

    Create a note from annotation by just on click. markdown is supported!

  • Heading mark

  • Copy annotation image to clipboard(Windows only)

  • Cite Items

  • Image resizing(comming soon)

Quick Start Guide

Install

  • Download the latest release (.xpi file) from the Releases PageNote If you're using Firefox as your browser, right-click the .xpi and select "Save As.."
  • In Zotero click Tools in the top menu bar and then click Addons
  • Go to the Extensions page and then click the gear icon in the top right.
  • Select Install Add-on from file.
  • Browse to where you downloaded the .xpi file and select it.
  • Restart Zotero, by clicking restart now in the extensions list where the Zotero PDF Translate plugin is now listed.

Usage

All in Zotero: Best Note Practice

https://user-images.githubusercontent.com/33902321/167992626-34adfd97-c2df-48b0-b9ff-e245bd792d5c.mp4

For new users, a User Guide will help you get started quickly and create a user guide note for you. Use it as a playground and explore your own workflow!

Important Changes

  • Since v0.2.0, most of the workspace bottom-left buttons are moved to menu bar.
  • Since v0.5.0, workspace will open as a Zotero tab by default. Menu -> File -> Open in New Window or press shift while clicking the Open Workspace button to use the standalone mode.

Documentation:
User Guide(EN) | 用户指引(中文)

Development & Contributing

This add-on is built on the Zotero Addon Template of zotero-pdf-translate.

Build

# A release-it command: version increase, npm run build, git push, and GitHub release
# You need to set the environment variable GITHUB_TOKEN https://github.com/settings/tokens
# release-it: https://github.com/release-it/release-it
npm run release

Alternatively, build it directly using build.js: npm run build

Build Steps

  1. Clean ./builds
  2. Copy ./addon to ./builds
  3. Esbuild to ./builds/addon/chrome/content/scripts
  4. Replace __buildVersion__ and __buildTime__ in ./builds/addon
  5. Zip the ./builds/addon to ./builds/*.xpi

Debug

  1. Copy zotero command line config file. Modify the commands.
cp zotero-cmd-default.json zotero-cmd.json
  1. Setup addon development environment following this link.

  2. Build addon and restart Zotero with this npm command.

npm run restart

You can also debug code in these ways:

  • Test code segments in Tools->Developer->Run Javascript;
  • Debug output with Zotero.debug(). Find the outputs in Help->Debug Output Logging->View Output;
  • UI debug. Zotero is built on the Firefox XUL framework. Debug XUL UI with software like XUL Explorer.

    XUL Documents:
    https://www.xul.fr/tutorial/
    http://www.xulplanet.com/

Disclaimer

Use this code under AGPL (open source required). No warranties are provided. Keep the laws of your locality in mind!

Part of the code of this repo refers to other open-source projects within the allowed scope.

My Other Zotero Addons