update: obsidian configs
This commit is contained in:
32
.obsidian/app.json
vendored
32
.obsidian/app.json
vendored
@@ -6,29 +6,30 @@
|
|||||||
"alwaysUpdateLinks": true,
|
"alwaysUpdateLinks": true,
|
||||||
"mobilePullAction": "switcher:open",
|
"mobilePullAction": "switcher:open",
|
||||||
"mobileToolbarCommands": [
|
"mobileToolbarCommands": [
|
||||||
"editor:toggle-keyboard",
|
"editor:unindent-list",
|
||||||
"command-palette:open",
|
"editor:indent-list",
|
||||||
|
"editor:undo",
|
||||||
|
"editor:redo",
|
||||||
|
"editor:attach-file",
|
||||||
|
"editor:save-file",
|
||||||
"editor:toggle-source",
|
"editor:toggle-source",
|
||||||
"obsidian-tasks-plugin:edit-task",
|
"obsidian-tasks-plugin:edit-task",
|
||||||
"editor:insert-wikilink",
|
|
||||||
"editor:insert-embed",
|
|
||||||
"editor:insert-link",
|
|
||||||
"editor:attach-file",
|
|
||||||
"editor:set-heading",
|
"editor:set-heading",
|
||||||
"editor:toggle-bold",
|
"editor:toggle-bold",
|
||||||
"editor:toggle-italics",
|
"editor:toggle-italics",
|
||||||
"editor:toggle-strikethrough",
|
"editor:toggle-strikethrough",
|
||||||
"editor:toggle-highlight",
|
"editor:toggle-highlight",
|
||||||
"editor:toggle-code",
|
"editing-toolbar:underline",
|
||||||
"editor:toggle-blockquote",
|
"editor:toggle-blockquote",
|
||||||
"editor:insert-callout",
|
"editor:insert-callout",
|
||||||
|
"editor:toggle-code",
|
||||||
|
"shortcuts-extender:shortcut-code-block",
|
||||||
|
"editor:toggle-inline-math",
|
||||||
|
"editor:insert-mathblock",
|
||||||
"editor:toggle-bullet-list",
|
"editor:toggle-bullet-list",
|
||||||
"editor:toggle-numbered-list",
|
"editor:toggle-numbered-list",
|
||||||
"editor:toggle-checklist-status",
|
"editor:toggle-checklist-status",
|
||||||
"editor:unindent-list",
|
"editor:toggle-keyboard",
|
||||||
"editor:indent-list",
|
|
||||||
"editor:undo",
|
|
||||||
"editor:redo",
|
|
||||||
"editor:configure-toolbar"
|
"editor:configure-toolbar"
|
||||||
],
|
],
|
||||||
"userIgnoreFilters": null,
|
"userIgnoreFilters": null,
|
||||||
@@ -37,5 +38,12 @@
|
|||||||
"spellcheckLanguages": null,
|
"spellcheckLanguages": null,
|
||||||
"spellcheck": true,
|
"spellcheck": true,
|
||||||
"showLineNumber": false,
|
"showLineNumber": false,
|
||||||
"trashOption": "local"
|
"trashOption": "local",
|
||||||
|
"pdfExportSettings": {
|
||||||
|
"includeName": true,
|
||||||
|
"pageSize": "A4",
|
||||||
|
"landscape": false,
|
||||||
|
"margin": "0",
|
||||||
|
"downscalePercent": 100
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user