Research-Stack/6-Documentation/wiki/obsidian-vault/.obsidian/app.json
allaun 5f80fd8429 chore(repo): push local 768-commit branch state onto clean remote baseline
This squashes all local history (768 commits) onto the scrubbed PR #90
baseline. Individual commits were lost during filter-repo corruption;
the working tree content is preserved intact.

Build: N/A (working tree state only)
2026-06-15 22:46:50 -05:00

26 lines
No EOL
629 B
JSON

{
"promptDelete": false,
"showLineNumber": true,
"foldHeading": true,
"foldIndent": true,
"showFrontmatter": false,
"alwaysUpdateLinks": true,
"useMarkdownLinks": false,
"newFileLocation": "folder",
"newFileFolderPath": "07-RESEARCH/01-Attack-Plans",
"attachmentFolderPath": "09-REFERENCES/assets",
"userIgnoreFilters": [
".git/",
".obsidian/",
"node_modules/",
"*.olean",
".lake/"
],
"readableLineLength": false,
"strictLineBreaks": false,
"vimMode": false,
"livePreview": true,
"propertiesInDocument": "visible",
"showInlineTitle": true,
"showUnsupportedFiles": false
}