27 lines
651 B
JSON
27 lines
651 B
JSON
|
{
|
||
|
"defaultViewMode": "preview",
|
||
|
"livePreview": false,
|
||
|
"autoPairBrackets": false,
|
||
|
"autoPairMarkdown": false,
|
||
|
"alwaysUpdateLinks": true,
|
||
|
"newLinkFormat": "absolute",
|
||
|
"useMarkdownLinks": true,
|
||
|
"showUnsupportedFiles": true,
|
||
|
"attachmentFolderPath": "attachments",
|
||
|
"mobileQuickRibbonItem": "command-palette:Open command palette",
|
||
|
"trashOption": "local",
|
||
|
"autoConvertHtml": false,
|
||
|
"showRibbon": true,
|
||
|
"mobileToolbarCommands": [
|
||
|
"editor:attach-file",
|
||
|
"editor:undo",
|
||
|
"editor:redo",
|
||
|
"editor:cut",
|
||
|
"editor:copy",
|
||
|
"editor:paste",
|
||
|
"editor:configure-toolbar"
|
||
|
],
|
||
|
"userIgnoreFilters": [
|
||
|
".nomedia"
|
||
|
]
|
||
|
}
|