8 lines
251 B
JavaScript
8 lines
251 B
JavaScript
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2025 Julian Prein
|
|
//
|
|
// The symlink in Zotero's profile has to be created manually:
|
|
// ~/.zotero/zotero/*/user.js -> ~/.config/zotero/user.js
|
|
|
|
user_pref("extensions.zotero.recursiveCollections", true);
|