Pres.js location
Hi,
I need disable update check. It does seems in version 7, the location has change.
In this document: https://www.zotero.org/support/dev/zotero_7_for_developers#default_preferences
it is said:
"In Zotero 6, default preferences could be set by creating .js files in your plugin's defaults/preferences/ folder:
pref("extensions.make-it-red.intensity", 100);
These default preferences are loaded automatically at startup. While this works fine for overlay plugins, which require a restart, bootstrapped plugins can be installed or enabled at any time, and their default preferences are not read until Zotero is restarted.
In Zotero 7, default preferences should be placed in a prefs.js file in the plugin root, following the same format as above. These preferences will be read when plugins are installed or enabled and then on every startup."
In c:\Program Files\Zotero, I don't see any plugin folder. So where is it suppose to be?
Thanks,
I need disable update check. It does seems in version 7, the location has change.
In this document: https://www.zotero.org/support/dev/zotero_7_for_developers#default_preferences
it is said:
"In Zotero 6, default preferences could be set by creating .js files in your plugin's defaults/preferences/ folder:
pref("extensions.make-it-red.intensity", 100);
These default preferences are loaded automatically at startup. While this works fine for overlay plugins, which require a restart, bootstrapped plugins can be installed or enabled at any time, and their default preferences are not read until Zotero is restarted.
In Zotero 7, default preferences should be placed in a prefs.js file in the plugin root, following the same format as above. These preferences will be read when plugins are installed or enabled and then on every startup."
In c:\Program Files\Zotero, I don't see any plugin folder. So where is it suppose to be?
Thanks,
You're reading a page about plugin development, which is totally irrelevant here.
https://forums.zotero.org/discussion/comment/472468/#Comment_472468