This commit is contained in:
Oscar Plaisant
2024-03-13 11:36:31 +01:00
parent 473b24baa0
commit bb9f9102c9
218 changed files with 97170 additions and 1830 deletions

27
.obsidian/plugins/zotlit/data.json vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"logLevel": "INFO",
"citationEditorSuggester": true,
"showCitekeyInSuggester": true,
"literatureNoteFolder": "sources/zotero",
"enableServer": false,
"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": false,
"autoPairEta": false,
"autoTrim": [
false,
false
],
"autoRefresh": true,
"zoteroDataDir": "/Users/oscarplaisant/Zotero",
"citationLibrary": 2,
"imgExcerptImport": "symlink",
"imgExcerptPath": "images/zotero"
}

410
.obsidian/plugins/zotlit/main.js vendored Normal file

File diff suppressed because one or more lines are too long

13
.obsidian/plugins/zotlit/manifest.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"id": "zotlit",
"name": "ZotLit",
"version": "1.1.4",
"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
}

1
.obsidian/plugins/zotlit/styles.css vendored Normal file

File diff suppressed because one or more lines are too long