vault backup: 2025-12-10 11:37:35
This commit is contained in:
Vendored
+35
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"attachmentFolderPath": "System/resources",
|
||||
"attachmentFolderPath": "Resources/Attachments",
|
||||
"showFrontmatter": true,
|
||||
"livePreview": true,
|
||||
"strictLineBreaks": false,
|
||||
@@ -8,5 +8,38 @@
|
||||
"showUnsupportedFiles": true,
|
||||
"promptDelete": false,
|
||||
"readableLineLength": false,
|
||||
"trashOption": "local"
|
||||
"trashOption": "local",
|
||||
"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:toggle-keyboard",
|
||||
"editor:configure-toolbar",
|
||||
"command-palette:open"
|
||||
],
|
||||
"useTab": false,
|
||||
"pdfExportSettings": {
|
||||
"includeName": true,
|
||||
"pageSize": "A4",
|
||||
"landscape": false,
|
||||
"margin": "0",
|
||||
"downscalePercent": 100
|
||||
},
|
||||
"defaultViewMode": "preview"
|
||||
}
|
||||
Reference in New Issue
Block a user