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