Compare commits

...

6 Commits

6 changed files with 30 additions and 5 deletions

View File

@@ -3,10 +3,10 @@
"obsidian-hider", "obsidian-hider",
"calendar", "calendar",
"multi-vault-links", "multi-vault-links",
"typewriter-mode",
"obsidian-vimrc-support", "obsidian-vimrc-support",
"tag-wrangler", "tag-wrangler",
"maps", "maps",
"jekyll-publish", "jekyll-publish",
"advanced-pdf-export" "advanced-pdf-export",
"obsidian-style-settings"
] ]

View File

@@ -18,7 +18,7 @@
"editor-status": true, "editor-status": true,
"bookmarks": false, "bookmarks": false,
"markdown-importer": false, "markdown-importer": false,
"zk-prefixer": false, "zk-prefixer": true,
"random-note": false, "random-note": false,
"outline": true, "outline": true,
"word-count": true, "word-count": true,

View File

@@ -419,5 +419,15 @@
], ],
"key": "9" "key": "9"
} }
],
"zk-prefixer": [
{
"modifiers": [
"Alt",
"Mod",
"Shift"
],
"key": "N"
}
] ]
} }

View File

@@ -1,5 +1,5 @@
{ {
"remoteUrl": "git@github.com:brendan-ch/brendan-ch.github.io.git", "remoteUrl": "ssh://git@gitea.bchen.dev:2222/brendan/brendan-ch.github.io.git",
"branch": "main", "branch": "main",
"publishDir": "_notes", "publishDir": "_notes",
"imagesDir": "assets/img", "imagesDir": "assets/img",

View File

@@ -10,5 +10,15 @@
"minimal-style@@h6-variant": "normal", "minimal-style@@h6-variant": "normal",
"minimal-style@@h6-size": "18px", "minimal-style@@h6-size": "18px",
"minimal-style@@h6-weight": 600, "minimal-style@@h6-weight": 600,
"minimal-style@@h1-weight": 600 "minimal-style@@h1-weight": 600,
"minimal-style@@ax1@@light": "#205EA6",
"minimal-style@@ax1@@dark": "#4385BE",
"minimal-style@@ax2@@dark": "#4D99DA",
"minimal-style@@ax2@@light": "#4E83C0",
"minimal-style@@ax3@@dark": "#4385BE",
"minimal-style@@ax3@@light": "#205EA6",
"minimal-style@@checkbox-color@@dark": "#4385BE",
"minimal-style@@checkbox-shape": "checkbox-circle",
"minimal-style@@hl1@@dark": "#4385BE38",
"minimal-style@@hl1@@light": "#4385BE4D"
} }

5
zk-prefixer.json Normal file
View File

@@ -0,0 +1,5 @@
{
"format": "YYYY.MM.DD HH.mm",
"template": "Templates/Timestamped note template.md",
"folder": "Notes"
}