-
-
Notifications
You must be signed in to change notification settings - Fork 202
/
Copy pathprefs.d.ts
29 lines (28 loc) · 877 Bytes
/
prefs.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Generated by zotero-plugin-scaffold
/* prettier-ignore */
/* eslint-disable */
// @ts-nocheck
// prettier-ignore
declare namespace _ZoteroTypes {
interface Prefs {
PluginPrefsMap: {
"syncNoteIds": string;
"syncPeriodSeconds": number;
"syncAttachmentFolder": string;
"autoAnnotation": boolean;
"insertLinkPosition": string;
"workspace.outline.expandLevel": number;
"workspace.outline.keepLinks": boolean;
"editor.noteLinkPreviewType": string;
"editor.useMagicKey": boolean;
"editor.useMagicKeyShortcut": boolean;
"editor.useMarkdownPaste": boolean;
"editor.pinTableLeft": boolean;
"editor.pinTableTop": boolean;
"openNote.takeover": boolean;
"openNote.defaultAsWindow": boolean;
"exportNotes.takeover": boolean;
"annotationNote.enableTagSync": boolean;
};
}
}