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",
|
"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"
|
||||||
]
|
]
|
@ -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"
|
||||||
},
|
},
|
||||||
|
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,
|
"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
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user