chore: initial project commit

This commit is contained in:
Ignacio Ballesteros
2026-02-17 21:25:46 +01:00
commit 70f7fac23e
34 changed files with 6786 additions and 0 deletions

7
addon/prefs.js Normal file
View File

@@ -0,0 +1,7 @@
pref("extensions.zotero.orgexportannotations.notesPath", "");
pref("extensions.zotero.orgexportannotations.pandocPath", "pandoc");
pref("extensions.zotero.orgexportannotations.attachOrgFile", false);
pref("extensions.zotero.orgexportannotations.autoExportOnSync", true);
pref("extensions.zotero.orgexportannotations.exportOnTabClose", true);
pref("extensions.zotero.orgexportannotations.showNotification", true);
pref("extensions.zotero.orgexportannotations.debug", false);