diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 000000000..c8c365d89 --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1,3 @@ +{ + "accentColor": "" +} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 000000000..96869dfde --- /dev/null +++ b/.obsidian/core-plugins.json @@ -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" +] \ No newline at end of file diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/.obsidian/hotkeys.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json new file mode 100644 index 000000000..83e433c3f --- /dev/null +++ b/.obsidian/workspace.json @@ -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" + ] +} \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index 5c7b838b7..20f7bd7e0 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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]] diff --git a/content/page1.md b/content/page1.md new file mode 100644 index 000000000..fa4231046 --- /dev/null +++ b/content/page1.md @@ -0,0 +1,7 @@ +--- +title: page1 +enableToc: false +--- + +## home [[_index]] +## page 2[[page2]] diff --git a/content/page2.md b/content/page2.md new file mode 100644 index 000000000..63bb66f5b --- /dev/null +++ b/content/page2.md @@ -0,0 +1,7 @@ +--- +title: page2 +enableToc: false +--- + +## home [[_index]] +## page 1[[page1]]