Compare commits
6 Commits
96b63d806e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 523c18b7dd | |||
| e99c332ebd | |||
| 5705ecf47d | |||
| d9623baff8 | |||
| 0e6182b0c2 | |||
| ff69744143 |
@@ -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"
|
||||||
]
|
]
|
||||||
@@ -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,
|
||||||
|
|||||||
10
hotkeys.json
10
hotkeys.json
@@ -419,5 +419,15 @@
|
|||||||
],
|
],
|
||||||
"key": "9"
|
"key": "9"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"zk-prefixer": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt",
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "N"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
2
plugins/dist/data.json
vendored
2
plugins/dist/data.json
vendored
@@ -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",
|
||||||
|
|||||||
@@ -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
5
zk-prefixer.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"format": "YYYY.MM.DD HH.mm",
|
||||||
|
"template": "Templates/Timestamped note template.md",
|
||||||
|
"folder": "Notes"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user