This commit is contained in:
Oscar Plaisant
2024-03-28 23:40:47 +01:00
parent 32037ae8e7
commit e5ada772ca
3475 changed files with 1433 additions and 69 deletions

View File

@@ -1,27 +0,0 @@
{
"logLevel": "INFO",
"citationEditorSuggester": true,
"showCitekeyInSuggester": true,
"literatureNoteFolder": "sources/zotero",
"enableServer": true,
"serverPort": 9091,
"serverHostname": "127.0.0.1",
"template": {
"folder": "templates/zotero",
"templates": {
"filename": "<%= it.citekey ?? it.DOI ?? it.title ?? it.key %>.md"
}
},
"updateAnnotBlock": false,
"updateOverwrite": true,
"autoPairEta": false,
"autoTrim": [
false,
false
],
"autoRefresh": true,
"zoteroDataDir": "/Users/oscarplaisant/Zotero",
"citationLibrary": 2,
"imgExcerptImport": "symlink",
"imgExcerptPath": "images/zotero"
}

File diff suppressed because one or more lines are too long

View File

@@ -1,13 +0,0 @@
{
"id": "zotlit",
"name": "ZotLit",
"version": "1.1.5",
"minAppVersion": "1.4.4",
"versions": {
"better-sqlite3": "8.0.1-mod.1"
},
"description": "Plugin to integrate with Zotero, create literature notes and insert citations from a Zotero library.",
"author": "AidenLx",
"authorUrl": "https://github.com/aidenlx",
"isDesktopOnly": true
}

File diff suppressed because one or more lines are too long