Compare commits
3 Commits
82cefe1937
...
909e4e15c6
Author | SHA1 | Date | |
---|---|---|---|
909e4e15c6 | |||
86a6067977 | |||
8af7df9fa0 |
4
content/.obsidian/community-plugins.json
vendored
4
content/.obsidian/community-plugins.json
vendored
@ -5,7 +5,7 @@
|
||||
"obsidian-pandoc-reference-list",
|
||||
"templater-obsidian",
|
||||
"better-word-count",
|
||||
"obsidian-git",
|
||||
"obsidian-local-rest-api",
|
||||
"obsidian-excalidraw-plugin"
|
||||
"obsidian-excalidraw-plugin",
|
||||
"obsidian-git"
|
||||
]
|
@ -27,6 +27,8 @@
|
||||
"submoduleRecurseCheckout": true,
|
||||
"gitDir": "",
|
||||
"showFileMenu": true,
|
||||
"authorInHistoryView": "hide",
|
||||
"dateInHistoryView": false,
|
||||
"lineAuthor": {
|
||||
"show": false,
|
||||
"followMovement": "inactive",
|
||||
@ -48,7 +50,7 @@
|
||||
},
|
||||
"textColorCss": "var(--text-muted)",
|
||||
"ignoreWhitespace": false,
|
||||
"gutterSpacingFallbackLength": 5,
|
||||
"gutterSpacingFallbackLength": 15,
|
||||
"lastShownAuthorDisplay": "initials",
|
||||
"lastShownDateTimeFormatOptions": "date"
|
||||
},
|
||||
|
2960
content/.obsidian/plugins/obsidian-git/main.js
vendored
2960
content/.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because it is too large
Load Diff
@ -5,5 +5,5 @@
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"js": "main.js",
|
||||
"version": "2.24.2"
|
||||
"version": "2.24.3"
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-zotero-desktop-connector",
|
||||
"name": "Zotero Integration",
|
||||
"version": "3.1.7",
|
||||
"version": "3.1.8",
|
||||
"minAppVersion": "1.1.1",
|
||||
"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
|
||||
"author": "mgmeyers",
|
||||
|
Loading…
Reference in New Issue
Block a user