vault backup: 2025-11-17 08:32:42
This commit is contained in:
parent
45cc73bced
commit
3e3f25613b
26
.obsidian/app.json
vendored
26
.obsidian/app.json
vendored
@ -1,4 +1,28 @@
|
|||||||
{
|
{
|
||||||
"vimMode": true,
|
"vimMode": true,
|
||||||
"mobilePullAction": "command-palette:open"
|
"mobilePullAction": "command-palette:open",
|
||||||
|
"mobileToolbarCommands": [
|
||||||
|
"editor:insert-wikilink",
|
||||||
|
"editor:insert-embed",
|
||||||
|
"editor:insert-tag",
|
||||||
|
"editor:attach-file",
|
||||||
|
"editor:set-heading",
|
||||||
|
"editor:toggle-bold",
|
||||||
|
"editor:toggle-italics",
|
||||||
|
"editor:toggle-strikethrough",
|
||||||
|
"editor:toggle-highlight",
|
||||||
|
"editor:toggle-code",
|
||||||
|
"editor:toggle-blockquote",
|
||||||
|
"editor:insert-link",
|
||||||
|
"editor:toggle-bullet-list",
|
||||||
|
"editor:toggle-numbered-list",
|
||||||
|
"editor:toggle-checklist-status",
|
||||||
|
"editor:indent-list",
|
||||||
|
"editor:unindent-list",
|
||||||
|
"editor:undo",
|
||||||
|
"editor:redo",
|
||||||
|
"editor:configure-toolbar",
|
||||||
|
"app:open-settings",
|
||||||
|
"cmdr:open-commander-settings"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -1,4 +1,3 @@
|
|||||||
[
|
[
|
||||||
"obsidian-git",
|
"obsidian-git"
|
||||||
"cmdr"
|
|
||||||
]
|
]
|
||||||
50
.obsidian/plugins/cmdr/data.json
vendored
50
.obsidian/plugins/cmdr/data.json
vendored
@ -2,55 +2,15 @@
|
|||||||
"confirmDeletion": true,
|
"confirmDeletion": true,
|
||||||
"showAddCommand": true,
|
"showAddCommand": true,
|
||||||
"debug": false,
|
"debug": false,
|
||||||
"editorMenu": [
|
"editorMenu": [],
|
||||||
{
|
"fileMenu": [],
|
||||||
"id": "app:open-settings",
|
|
||||||
"icon": "lucide-settings",
|
|
||||||
"name": "Open settings",
|
|
||||||
"mode": "any"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"fileMenu": [
|
|
||||||
{
|
|
||||||
"id": "app:open-settings",
|
|
||||||
"icon": "lucide-settings",
|
|
||||||
"name": "Open settings",
|
|
||||||
"mode": "any"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"leftRibbon": [],
|
"leftRibbon": [],
|
||||||
"rightRibbon": [],
|
"rightRibbon": [],
|
||||||
"titleBar": [],
|
"titleBar": [],
|
||||||
"statusBar": [
|
"statusBar": [],
|
||||||
{
|
|
||||||
"id": "app:open-settings",
|
|
||||||
"icon": "lucide-settings",
|
|
||||||
"name": "Open settings",
|
|
||||||
"mode": "any"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"pageHeader": [],
|
"pageHeader": [],
|
||||||
"macros": [
|
"macros": [],
|
||||||
{
|
"explorer": [],
|
||||||
"macro": [
|
|
||||||
{
|
|
||||||
"action": 0,
|
|
||||||
"commandId": "app:open-settings"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "Macro Namex",
|
|
||||||
"icon": "star",
|
|
||||||
"startup": false
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"explorer": [
|
|
||||||
{
|
|
||||||
"id": "app:open-settings",
|
|
||||||
"icon": "lucide-settings",
|
|
||||||
"name": "Open settings",
|
|
||||||
"mode": "any"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"hide": {
|
"hide": {
|
||||||
"statusbar": [],
|
"statusbar": [],
|
||||||
"leftRibbon": []
|
"leftRibbon": []
|
||||||
|
|||||||
12
.obsidian/workspace-mobile.json
vendored
12
.obsidian/workspace-mobile.json
vendored
@ -154,9 +154,19 @@
|
|||||||
"icon": "lucide-list",
|
"icon": "lucide-list",
|
||||||
"title": "Outline"
|
"title": "Outline"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "81af349cea453064",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "git-view",
|
||||||
|
"state": {},
|
||||||
|
"icon": "git-pull-request",
|
||||||
|
"title": "Source Control"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"currentTab": 0
|
"currentTab": 3
|
||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user