Update stuff
This commit is contained in:
parent
a24806d71d
commit
4a863dcda6
39
.obsidian/workspace.json
vendored
39
.obsidian/workspace.json
vendored
|
@ -13,14 +13,28 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "OJ notes/pages/Leetcode Binary-Tree-Level-Order-Traversal.md",
|
"file": "Wiki/Ideas.md",
|
||||||
"mode": "preview",
|
"mode": "preview",
|
||||||
"backlinks": false,
|
"backlinks": false,
|
||||||
"source": true
|
"source": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "d964937eb85b8dd3",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "Wiki/pages/Geph TUI.md",
|
||||||
|
"mode": "source",
|
||||||
|
"backlinks": false,
|
||||||
|
"source": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
|
@ -59,8 +73,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"currentTab": 1
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "67a5b9b7405b0aab",
|
"id": "67a5b9b7405b0aab",
|
||||||
|
@ -96,7 +109,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "OJ notes/pages/Leetcode Binary-Tree-Level-Order-Traversal.md",
|
"file": "Wiki/pages/Geph TUI.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -113,7 +126,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "OJ notes/pages/Leetcode Binary-Tree-Level-Order-Traversal.md",
|
"file": "Wiki/pages/Geph TUI.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -143,7 +156,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "OJ notes/pages/Leetcode Binary-Tree-Level-Order-Traversal.md"
|
"file": "Wiki/pages/Geph TUI.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -156,17 +169,17 @@
|
||||||
"ribbon": {
|
"ribbon": {
|
||||||
"mostRecentAction": ""
|
"mostRecentAction": ""
|
||||||
},
|
},
|
||||||
"active": "734cb4b36b9fd11f",
|
"active": "d964937eb85b8dd3",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Wiki/Ideas.md",
|
||||||
|
"Wiki/Notes for CS.md",
|
||||||
|
"Untitled.md",
|
||||||
|
"OJ notes/pages/Leetcode Binary-Tree-Level-Order-Traversal.md",
|
||||||
"OJ notes/pages/Breadth First Search.md",
|
"OJ notes/pages/Breadth First Search.md",
|
||||||
"OJ notes/OJ-index.md",
|
"OJ notes/OJ-index.md",
|
||||||
"Index.md",
|
"Index.md",
|
||||||
"Untitled.md",
|
|
||||||
"OJ notes/pages/Elementary Math Problems.md",
|
"OJ notes/pages/Elementary Math Problems.md",
|
||||||
"Wiki/pages/Gentoo log parser.md",
|
"Wiki/pages/Gentoo log parser.md",
|
||||||
"Wiki/Ideas.md",
|
"Wiki/Wiki-Index.md"
|
||||||
"Wiki/Wiki-Index.md",
|
|
||||||
"Wiki/Software Index.md",
|
|
||||||
"Wiki/Notes for CS.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
2
Wiki/pages/Geph TUI.md
Normal file
2
Wiki/pages/Geph TUI.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Geph CLI and GUI sucks, let's make a TUI!
|
||||||
|
#idea
|
Loading…
Reference in a new issue