obsidian seems to only have a per-vault config approach, so my approach is to define settings within .config/obsidian, then copy to vault dirs
17 lines
421 B
JSON
17 lines
421 B
JSON
{
|
|
"defaultViewMode": "preview",
|
|
"showLineNumber": true,
|
|
"spellcheck": false,
|
|
"autoPairBrackets": false,
|
|
"autoPairMarkdown": false,
|
|
"useTab": false,
|
|
"autoConvertHtml": false,
|
|
"vimMode": true,
|
|
"trashOption": "none",
|
|
"newFileLocation": "folder",
|
|
"newFileFolderPath": "inbox",
|
|
"showUnsupportedFiles": true,
|
|
"attachmentFolderPath": "inbox",
|
|
"showInlineTitle": false,
|
|
"readableLineLength": false
|
|
} |