forked from orion/obsidian
24 lines
599 B
JSON
24 lines
599 B
JSON
{
|
|
"mobileToolbarCommands": [
|
|
"command-palette:open",
|
|
"editor:insert-codeblock",
|
|
"editor:insert-wikilink",
|
|
"editor:insert-embed",
|
|
"editor:insert-tag",
|
|
"editor:attach-file",
|
|
"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"
|
|
],
|
|
"livePreview": false,
|
|
"promptDelete": false,
|
|
"alwaysUpdateLinks": true,
|
|
"defaultViewMode": "preview",
|
|
"autoConvertHtml": false,
|
|
"strictLineBreaks": false
|
|
} |