Add initial configs for obsidian and copy logic for files

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
This commit is contained in:
2025-10-02 15:06:13 -05:00
parent 26028eb228
commit a3707b5ca9
7 changed files with 93 additions and 11 deletions

View File

@@ -0,0 +1,17 @@
{
"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
}