new libby

This commit is contained in:
= 2022-12-06 01:04:43 -05:00
parent ce5df837f5
commit a603948b4e
8 changed files with 205 additions and 1 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": ""
}

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

@ -0,0 +1,19 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"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 @@
{}

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

@ -0,0 +1,158 @@
{
"main": {
"id": "5bf9e17661a1ac4d",
"type": "split",
"children": [
{
"id": "64d0bbfab129d5fd",
"type": "tabs",
"children": [
{
"id": "0ed73e70583ca19e",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "content/page1.md",
"mode": "source",
"source": false
}
}
},
{
"id": "d5588582587567b9",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "content/_index.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 1
}
],
"direction": "vertical"
},
"left": {
"id": "8558ba96468aa28b",
"type": "split",
"children": [
{
"id": "11b4d4d9564836d3",
"type": "tabs",
"children": [
{
"id": "41f646123a82fd4c",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "37acfb32df959ce6",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "ec02429294e1bb72",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "77f186f42cceff5d",
"type": "split",
"children": [
{
"id": "aa698ec8cd0dd2cd",
"type": "tabs",
"children": [
{
"id": "ab92d303afa52857",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "content/_index.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "5887586ce2820af3",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "content/_index.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "a53be6e3c9e50747",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "750797c5eab54226",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "content/_index.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"active": "d5588582587567b9",
"lastOpenFiles": [
"content/page2.md",
"content/_index.md",
"content/page1.md"
]
}

View File

@ -1,8 +1,16 @@
---
title: 🪴 Quartz 3.
title: _index
enableToc: false
---
## page 1[[page1]]
## page 2[[page2]]
Host your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features
1. Extremely fast natural-language [[notes/search]]

7
content/page1.md Normal file
View File

@ -0,0 +1,7 @@
---
title: page1
enableToc: false
---
## home [[_index]]
## page 2[[page2]]

7
content/page2.md Normal file
View File

@ -0,0 +1,7 @@
---
title: page2
enableToc: false
---
## home [[_index]]
## page 1[[page1]]