Compare commits

..

3 Commits

Author SHA1 Message Date
909e4e15c6 Merge remote-tracking branch 'home/v4' into v4
Some checks are pending
Build / build (push) Waiting to run
2024-06-24 14:31:31 +09:00
86a6067977 [obsidian] vault backup: 2024-06-23 14:40:49[ 2024-06-23 14:40:49 +09:00
8af7df9fa0 [obsidian] vault backup: 2024-06-23 13:40:57[ 2024-06-23 13:40:58 +09:00
6 changed files with 1998 additions and 1058 deletions

View File

@ -5,7 +5,7 @@
"obsidian-pandoc-reference-list", "obsidian-pandoc-reference-list",
"templater-obsidian", "templater-obsidian",
"better-word-count", "better-word-count",
"obsidian-git",
"obsidian-local-rest-api", "obsidian-local-rest-api",
"obsidian-excalidraw-plugin" "obsidian-excalidraw-plugin",
"obsidian-git"
] ]

View File

@ -27,6 +27,8 @@
"submoduleRecurseCheckout": true, "submoduleRecurseCheckout": true,
"gitDir": "", "gitDir": "",
"showFileMenu": true, "showFileMenu": true,
"authorInHistoryView": "hide",
"dateInHistoryView": false,
"lineAuthor": { "lineAuthor": {
"show": false, "show": false,
"followMovement": "inactive", "followMovement": "inactive",
@ -48,7 +50,7 @@
}, },
"textColorCss": "var(--text-muted)", "textColorCss": "var(--text-muted)",
"ignoreWhitespace": false, "ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5, "gutterSpacingFallbackLength": 15,
"lastShownAuthorDisplay": "initials", "lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date" "lastShownDateTimeFormatOptions": "date"
}, },

File diff suppressed because it is too large Load Diff

View File

@ -5,5 +5,5 @@
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent", "fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js", "js": "main.js",
"version": "2.24.2" "version": "2.24.3"
} }

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"id": "obsidian-zotero-desktop-connector", "id": "obsidian-zotero-desktop-connector",
"name": "Zotero Integration", "name": "Zotero Integration",
"version": "3.1.7", "version": "3.1.8",
"minAppVersion": "1.1.1", "minAppVersion": "1.1.1",
"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.", "description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
"author": "mgmeyers", "author": "mgmeyers",