Init with Obsidan

This commit is contained in:
oskarth
2023-02-06 12:43:39 +08:00
commit 49e5b631df
7 changed files with 217 additions and 0 deletions

1
.obsidian/app.json vendored Normal file
View File

@@ -0,0 +1 @@
{}

3
.obsidian/appearance.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"accentColor": ""
}

29
.obsidian/core-plugins-migration.json vendored Normal file
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,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"starred": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}

20
.obsidian/core-plugins.json vendored Normal file
View File

@@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"starred",
"outline",
"word-count",
"file-recovery"
]

1
.obsidian/hotkeys.json vendored Normal file
View File

@@ -0,0 +1 @@
{}

153
.obsidian/workspace.json vendored Normal file
View File

@@ -0,0 +1,153 @@
{
"main": {
"id": "8b6495d245d12348",
"type": "split",
"children": [
{
"id": "2e832a90e8a7b495",
"type": "tabs",
"children": [
{
"id": "8f7e7a7390c5ce8e",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "README.md",
"mode": "source",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "20645525f55fd518",
"type": "split",
"children": [
{
"id": "3b74d783f7471755",
"type": "tabs",
"children": [
{
"id": "bc817ce230beea3f",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "49258a98730d0b58",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "c71064e529499b25",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "d553898fe41baa10",
"type": "split",
"children": [
{
"id": "ba08d58d994a364f",
"type": "tabs",
"children": [
{
"id": "ef7977db20350189",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "README.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "309aa8b0082500cb",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "README.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "7f3cfb769eb10bcf",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "6ef47d0788915c3a",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "README.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false
}
},
"active": "8f7e7a7390c5ce8e",
"lastOpenFiles": [
"README.md"
]
}

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
Welcome to the Vac book! This acts as a knowledge base for https://vac.dev/.
This replaces the somewhat-outdated Vac overview here: https://hackmd.io/@vac/main/
## Contribute
Best used together with Obsidan, but any text editor works.
Core contributors SHOULD push directly to master.