1
0
Fork 0
digital-edc-notebook/.obsidian/app.json

27 lines
651 B
JSON
Raw Normal View History

2024-11-23 16:53:06 +00:00
{
"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"
]
}