Initial commit: Obsidian KDB with templates
This commit is contained in:
Vendored
+29
@@ -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
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"folder": "daily",
|
||||
"template": "templates/daily-note"
|
||||
}
|
||||
Vendored
+29
@@ -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
|
||||
}
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"folder": "templates"
|
||||
}
|
||||
Reference in New Issue
Block a user