CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Dan Stillman 06b28194da Show annotation widget in conflict resolution window
This adds a very basic reimplementation of the annotation widget for use
in the CR window. It's not pixel-perfect, but it's close enough that
most people probably won't notice. We'll want to replace this with a
real version that's shared between the PDF reader and the rest of the
codebase.

Image annotations currently show an "[image not shown]" placeholder.
Showing images is tricky: we don't have the remote cache image, so if
the remote position has changed, we could only show an image by
rendering it from the file, and only if the file itself hasn't changed.
Just for a better user experience, we could use the local image as long
as the position and file are both the same, but that would take some
rejiggering of the CR window.

Tags aren't shown because they're not shown for CR at all, though that
could be changed in the future.
2021-03-21 14:36:43 -04:00
.github CI: Recursive submodule checkout 2021-03-03 05:30:34 -05:00
chrome Show annotation widget in conflict resolution window 2021-03-21 14:36:43 -04:00
components Add a warning dialog for an outdated doc template 2021-03-02 18:10:44 -05:00
defaults/preferences Reset note font size to 14 for new editor 2021-03-03 16:03:31 -05:00
note-editor@f649d1a4e6 Use browser element instead of iframe to have access to History API 2021-03-18 18:19:09 +02:00
pdf-reader@3016a7dff1 Return back to notes list when a note is deleted 2021-03-19 12:41:07 +02:00
pdf-worker@7f66c552c6 Mendeley import: Ignore empty text highlights 2021-03-08 10:58:15 -05:00
resource Delete child annotations when deleting attachment 2021-03-12 06:35:21 -05:00
scripts Rename zotero-note-editor submodule to note-editor 2021-03-02 18:10:42 -05:00
scss Show annotation widget in conflict resolution window 2021-03-21 14:36:43 -04:00
styles@75df0afb88 Update submodules 2021-01-10 14:58:37 -05:00
test Show annotation widget in conflict resolution window 2021-03-21 14:36:43 -04:00
translators@319384d4b1 Update submodules 2021-02-25 18:45:28 -05:00
.babelrc Use ace-builds NPM package 2020-12-18 10:45:38 -07:00
.eslintignore ESLint: Ignore additional files 2019-02-26 06:07:54 -05:00
.eslintrc Add separate .eslintrc for tests 2019-09-16 01:28:52 -04:00
.gitattributes Fix enforcing of Unix newlines for SQL files 2016-02-26 18:37:44 -05:00
.gitignore Cache PDF tools in the source directory between test runs 2018-01-18 19:24:09 -05:00
.gitmodules Switch submodule URLs from SSH to HTTPS 2021-03-03 05:24:09 -05:00
chrome.manifest Update Big Sur targeting in chrome.manifest 2020-10-27 02:42:22 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-11-04 01:31:10 -04:00
COPYING Update COPYING 2018-03-26 11:27:48 +02:00
install.rdf Update version 2021-03-03 15:40:48 -05:00
package-lock.json Update to 1.0.6 of the ESLint config 2020-12-24 02:57:57 -05:00
package.json Update to 1.0.6 of the ESLint config 2020-12-24 02:57:57 -05:00
README.md Merge branch '4.0' 2015-11-01 21:22:13 -05:00
update.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -05:00

Zotero

Build Status

Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.

Please post feature requests or bug reports to the Zotero Forums. If you're having trouble with Zotero, see Getting Help.

For more information on how to use this source code, see the Zotero wiki.