chore: initial project commit
This commit is contained in:
7
addon/prefs.js
Normal file
7
addon/prefs.js
Normal 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);
|
||||
Reference in New Issue
Block a user