2024-06-13 21:01:37 +03:00
|
|
|
{
|
|
|
|
"trashOption": "local",
|
|
|
|
"alwaysUpdateLinks": true,
|
|
|
|
"showUnsupportedFiles": true,
|
|
|
|
"attachmentFolderPath": "meta/files",
|
|
|
|
"userIgnoreFilters": [
|
|
|
|
"meta/",
|
|
|
|
"diary/"
|
|
|
|
],
|
|
|
|
"newFileLocation": "folder",
|
2024-09-01 19:14:53 +03:00
|
|
|
"newFileFolderPath": "_inbox",
|
2024-06-13 21:01:37 +03:00
|
|
|
"livePreview": true,
|
|
|
|
"useMarkdownLinks": true,
|
|
|
|
"showFrontmatter": false,
|
|
|
|
"focusNewTab": true,
|
|
|
|
"pdfExportSettings": {
|
|
|
|
"includeName": false,
|
|
|
|
"pageSize": "A4",
|
|
|
|
"landscape": false,
|
|
|
|
"margin": "0",
|
|
|
|
"downscalePercent": 100
|
|
|
|
},
|
|
|
|
"spellcheck": true,
|
|
|
|
"showInlineTitle": true,
|
|
|
|
"propertiesInDocument": "visible",
|
|
|
|
"mobileToolbarCommands": [
|
|
|
|
"editor:insert-wikilink",
|
|
|
|
"editor:insert-embed",
|
|
|
|
"editor:set-heading",
|
|
|
|
"editor:indent-list",
|
|
|
|
"editor:unindent-list",
|
|
|
|
"editor:undo",
|
|
|
|
"editor:redo",
|
|
|
|
"editor:insert-tag",
|
|
|
|
"editor:attach-file",
|
|
|
|
"editor:toggle-bold",
|
|
|
|
"editor:toggle-italics",
|
|
|
|
"editor:toggle-strikethrough",
|
|
|
|
"editor:toggle-highlight",
|
|
|
|
"editor:toggle-code",
|
|
|
|
"editor:toggle-blockquote",
|
|
|
|
"editor:insert-link",
|
|
|
|
"editor:toggle-checklist-status",
|
|
|
|
"editor:toggle-keyboard"
|
|
|
|
],
|
|
|
|
"readableLineLength": true,
|
|
|
|
"defaultViewMode": "source",
|
2024-08-27 07:57:00 +03:00
|
|
|
"promptDelete": false,
|
2024-09-01 19:14:53 +03:00
|
|
|
"newLinkFormat": "relative"
|
2024-06-13 21:01:37 +03:00
|
|
|
}
|