Initial commit: Obsidian KDB with templates

This commit is contained in:
2026-05-15 12:43:10 +03:00
commit fa9af09db5
22 changed files with 3208 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": true,
"editor-status": true,
"bookmarks": true,
"markdown-importer": true,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"open-with-default-app": true,
"show-frontmatter": true,
"rss": false,
"note-composer": true,
"milestones": false
}
+4
View File
@@ -0,0 +1,4 @@
{
"folder": "daily",
"template": "templates/daily-note"
}
+29
View File
@@ -0,0 +1,29 @@
{
"collapse": {
"forward": false,
"backward": false
},
"filter": {
"mode": "or",
"query": ""
},
"view": {
"type": "force",
"density": 0.8,
"repelFactor": 1,
"linkDistance": 250,
"springLength": 200,
"springStrength": 0.5,
"dragFactor": 0.8,
"zoom": 1,
"center": true,
"showArrows": false,
"showTags": true,
"showSearch": true,
"showScale": true,
"showGrid": false,
"showCursor": true,
"colorNodesByFile": false,
"colorEdgesByType": false
}
}
+3
View File
@@ -0,0 +1,3 @@
{
"folder": "templates"
}