updates vault configuration

This commit is contained in:
Marcin Czenko 2025-06-08 20:50:41 +02:00
parent 1cbf500a35
commit bc3d839f32
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0
2 changed files with 4 additions and 2 deletions

3
.obsidian/app.json vendored
View File

@ -3,5 +3,6 @@
"newFileFolderPath": "10 Notes", "newFileFolderPath": "10 Notes",
"attachmentFolderPath": "90 Extras/92 Assets", "attachmentFolderPath": "90 Extras/92 Assets",
"alwaysUpdateLinks": true, "alwaysUpdateLinks": true,
"readableLineLength": false "readableLineLength": false,
"showInlineTitle": true
} }

View File

@ -1,3 +1,4 @@
{ {
"baseFontSize": 16 "baseFontSize": 16,
"showRibbon": true
} }