Everything about note management. All in Zotero.
Go to file
xiangyu 26693666c2 Release 0.6.5 2022-07-11 12:06:37 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2022-06-10 13:05:45 +08:00
addon resolve: #72 auto insert annotations to main note 2022-07-08 15:55:21 +08:00
image/README add: copy annotation image 2022-06-18 13:29:53 +08:00
src fix: modifyLineInNote with no ui refresh 2022-07-11 12:06:19 +08:00
typing add: add annotation to note 2022-07-08 14:16:35 +08:00
.gitattributes fix: bubble map view 2022-05-07 10:22:41 +08:00
.gitignore update: open workspace in tab 2022-06-09 22:23:00 +08:00
.release-it.json Init repo with addon template 2022-04-27 23:46:08 +08:00
LICENSE Init repo with addon template 2022-04-27 23:46:08 +08:00
README.md update: readme 2022-06-22 13:35:54 +08:00
TemplateDoc.md Update TemplateDoc.md 2022-06-26 09:53:35 +08:00
TemplateUsage.md update: template docs 2022-06-16 23:55:09 +08:00
UserGuide.md update: user guide doc 2022-05-17 18:34:33 +08:00
UserGuideCN.md update: user guide doc 2022-05-17 18:34:33 +08:00
build.js add: async template rendering 2022-06-17 23:51:44 +08:00
jsconfig.json Init repo with addon template 2022-04-27 23:46:08 +08:00
package.json Release 0.6.5 2022-07-11 12:06:37 +08:00
restart.js update: open workspace in tab 2022-06-09 22:23:00 +08:00
start.js update: open workspace in tab 2022-06-09 22:23:00 +08:00
stop.js update: open workspace in tab 2022-06-09 22:23:00 +08:00
update.rdf Release 0.6.5 2022-07-11 12:06:37 +08:00
zotero-cmd-default.json update: open workspace in tab 2022-06-09 22:23:00 +08:00

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 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

Template Usage

Discuss & contribute your templates here

Note Enhancements

  • LaTex view

  • Copy annotation image to clipboard

  • Heading indent

  • 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:

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