Merge branch 'main' of ssh://gitea.bchen.dev:2222/brendan/obsidian-global-config
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,4 +1,6 @@
|
|||||||
workspace.json
|
workspace.json
|
||||||
workspace-mobile.json
|
workspace-mobile.json
|
||||||
workspaces.json
|
workspaces.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
graph.json
|
||||||
|
|
||||||
|
|||||||
4
app.json
4
app.json
@@ -10,14 +10,14 @@
|
|||||||
"editor:swap-line-down",
|
"editor:swap-line-down",
|
||||||
"editor:move-caret-up",
|
"editor:move-caret-up",
|
||||||
"editor:move-caret-down",
|
"editor:move-caret-down",
|
||||||
"editor:move-caret-left",
|
|
||||||
"editor:move-caret-right",
|
|
||||||
"editor:insert-wikilink",
|
"editor:insert-wikilink",
|
||||||
|
"editor:insert-tag",
|
||||||
"insert-current-date",
|
"insert-current-date",
|
||||||
"editor:toggle-checklist-status",
|
"editor:toggle-checklist-status",
|
||||||
"editor:toggle-bullet-list",
|
"editor:toggle-bullet-list",
|
||||||
"editor:indent-list",
|
"editor:indent-list",
|
||||||
"editor:unindent-list",
|
"editor:unindent-list",
|
||||||
|
"editor:insert-footnote",
|
||||||
"editor:configure-toolbar"
|
"editor:configure-toolbar"
|
||||||
],
|
],
|
||||||
"promptDelete": true,
|
"promptDelete": true,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"backlink": true,
|
"backlink": true,
|
||||||
"canvas": true,
|
"canvas": true,
|
||||||
"outgoing-link": true,
|
"outgoing-link": true,
|
||||||
"tag-pane": true,
|
"tag-pane": false,
|
||||||
"footnotes": false,
|
"footnotes": false,
|
||||||
"properties": false,
|
"properties": false,
|
||||||
"page-preview": true,
|
"page-preview": true,
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"markdown-importer": false,
|
"markdown-importer": false,
|
||||||
"zk-prefixer": false,
|
"zk-prefixer": false,
|
||||||
"random-note": false,
|
"random-note": false,
|
||||||
"outline": true,
|
"outline": false,
|
||||||
"word-count": true,
|
"word-count": true,
|
||||||
"slides": false,
|
"slides": false,
|
||||||
"audio-recorder": false,
|
"audio-recorder": false,
|
||||||
|
|||||||
36
hotkeys.json
36
hotkeys.json
@@ -84,24 +84,6 @@
|
|||||||
"key": "ArrowDown"
|
"key": "ArrowDown"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tag-pane:open": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod",
|
|
||||||
"Shift"
|
|
||||||
],
|
|
||||||
"key": "G"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outline:open": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod",
|
|
||||||
"Shift"
|
|
||||||
],
|
|
||||||
"key": "O"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"file-explorer:open": [
|
"file-explorer:open": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
@@ -370,5 +352,23 @@
|
|||||||
],
|
],
|
||||||
"key": "2"
|
"key": "2"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"backlink:open": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "B"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outgoing-links:open": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "O"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-hider",
|
"id": "obsidian-hider",
|
||||||
"name": "Hider",
|
"name": "Hider",
|
||||||
"version": "1.6.2",
|
"version": "1.6.2",
|
||||||
"minAppVersion": "1.11.1",
|
"minAppVersion": "1.11.1",
|
||||||
"description": "Hide UI elements such as tooltips, status, titlebar and more.",
|
"description": "Hide UI elements such as tooltips, status, titlebar and more.",
|
||||||
"author": "@kepano",
|
"author": "@kepano",
|
||||||
"authorUrl": "https://www.twitter.com/kepano",
|
"authorUrl": "https://www.twitter.com/kepano",
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/kepano",
|
"fundingUrl": "https://www.buymeacoffee.com/kepano",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-minimal-settings",
|
"id": "obsidian-minimal-settings",
|
||||||
"name": "Minimal Theme Settings",
|
"name": "Minimal Theme Settings",
|
||||||
"version": "8.2.3",
|
"version": "8.2.3",
|
||||||
"minAppVersion": "1.11.1",
|
"minAppVersion": "1.11.1",
|
||||||
"description": "Change the colors, fonts and features of Minimal Theme.",
|
"description": "Change the colors, fonts and features of Minimal Theme.",
|
||||||
"author": "@kepano",
|
"author": "@kepano",
|
||||||
"authorUrl": "https://www.twitter.com/kepano",
|
"authorUrl": "https://www.twitter.com/kepano",
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/kepano",
|
"fundingUrl": "https://www.buymeacoffee.com/kepano",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Minimal",
|
"name": "Minimal",
|
||||||
"version": "8.2.1",
|
"version": "8.2.1",
|
||||||
"minAppVersion": "1.9.0",
|
"minAppVersion": "1.9.0",
|
||||||
"author": "@kepano",
|
"author": "@kepano",
|
||||||
"authorUrl": "https://twitter.com/kepano",
|
"authorUrl": "https://twitter.com/kepano",
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/kepano"
|
"fundingUrl": "https://www.buymeacoffee.com/kepano"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user