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

19
typings/prefs.d.ts vendored Normal file
View File

@@ -0,0 +1,19 @@
// Generated by zotero-plugin-scaffold
/* prettier-ignore */
/* eslint-disable */
// @ts-nocheck
// prettier-ignore
declare namespace _ZoteroTypes {
interface Prefs {
PluginPrefsMap: {
"notesPath": string;
"pandocPath": string;
"attachOrgFile": boolean;
"autoExportOnSync": boolean;
"exportOnTabClose": boolean;
"showNotification": boolean;
"debug": boolean;
};
}
}