diff --git a/.gitignore b/.gitignore index 2c5e04b..352f951 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # exclude workspace cache .obsidian/workspace +#.obsidian/workspace.json # Add below lines to exclude OS settings and caches .trash/ diff --git a/.obsidian/app.json b/.obsidian/app.json index 9e26dfe..b01c11a 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1 +1,4 @@ -{} \ No newline at end of file +{ + "alwaysUpdateLinks": true, + "attachmentFolderPath": "stash-hub" +} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index c8c365d..0c41a4e 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,3 +1,3 @@ { - "accentColor": "" + "accentColor": "#34f80d" } \ No newline at end of file diff --git a/.obsidian/templates.json b/.obsidian/templates.json new file mode 100644 index 0000000..cda2aca --- /dev/null +++ b/.obsidian/templates.json @@ -0,0 +1,3 @@ +{ + "folder": "templates" +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index cc66ec7..eb3eb5b 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -4,16 +4,16 @@ "type": "split", "children": [ { - "id": "fb298b0a1727502b", + "id": "930aa665c13b06fc", "type": "tabs", "children": [ { - "id": "37610c2a2cc334fe", + "id": "ba803bff22086f66", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "README.md", + "file": "thoughts/musings/Why working on projects alone?.md", "mode": "source", "backlinks": true, "source": false @@ -21,20 +21,19 @@ } }, { - "id": "98789b62ea6dc7aa", + "id": "fc5475d285e3c611", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "Gildedguy Stories.md", + "file": "daily-notes/2023-07-26.md", "mode": "source", "backlinks": true, "source": false } } } - ], - "currentTab": 1 + ] } ], "direction": "vertical" @@ -92,7 +91,7 @@ } ], "direction": "horizontal", - "width": 300 + "width": 254.5124969482422 }, "right": { "id": "a7aae72e14fdd92e", @@ -108,7 +107,7 @@ "state": { "type": "backlink", "state": { - "file": "Gildedguy Stories.md", + "file": "thoughts/musings/Why working on projects alone?.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -125,7 +124,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Gildedguy Stories.md", + "file": "thoughts/musings/Why working on projects alone?.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -148,7 +147,7 @@ "state": { "type": "outline", "state": { - "file": "Gildedguy Stories.md" + "file": "thoughts/musings/Why working on projects alone?.md" } } }, @@ -165,7 +164,7 @@ } ], "direction": "horizontal", - "width": 300 + "width": 308.5 }, "left-ribbon": { "hiddenItems": { @@ -182,20 +181,35 @@ "zk-prefixer:Create new unique note": false } }, - "active": "98789b62ea6dc7aa", + "active": "ba803bff22086f66", "lastOpenFiles": [ + "daily-notes/2023-07-26.md", + "thoughts/musings/Why working on projects alone?.md", + "thoughts/musings", + "thoughts/essays", + "thoughts", + "user-manual/User Manual README.md", + "user-manual", + "daily-notes/2023-07-25.md", "daily-notes/2023-07-24.md", - "LICENSE.md", + "Personal Board.canvas", + "stash-hub", + "multiverse/hyunsdojo/Gildedguy Stories.md", + "multiverse/humans", "README.md", - "CC-BY-SA-4.0.md", + "multiverse/humans/mikedmoy.md", + "multiverse/hyunsdojo", + "multiverse/minecraft", + "multiverse", + "daily-notes/2023-W30.md", + "templates", "daily notes.md", - "mikedmoy.md", + "LICENSE.md", + "CC-BY-SA-4.0.md", "backend pain.md", "ajhalili2006.md", - "Gildedguy Stories.md", "202307241029.md", "contract.md", - "daily-notes", "hello-world.md" ] } \ No newline at end of file diff --git a/CC-BY-SA-4.0.md b/CC-BY-SA-4.0.md new file mode 100644 index 0000000..2fd9f95 --- /dev/null +++ b/CC-BY-SA-4.0.md @@ -0,0 +1 @@ +TBD \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..24a83fb --- /dev/null +++ b/LICENSE.md @@ -0,0 +1 @@ +Contents of [[ajhalili2006]]'s digital garden are licensed under [[CC-BY-SA-4.0]]. A copy of the legal code is available at the source repository's `LICENSE` file or via \ No newline at end of file diff --git a/Personal Board.canvas b/Personal Board.canvas new file mode 100644 index 0000000..420f0fa --- /dev/null +++ b/Personal Board.canvas @@ -0,0 +1,7 @@ +{ + "nodes":[ + {"type":"text","text":"# Active Issues\n* Coda Doctorate:","id":"22a371bd9860ddfb","x":180,"y":-1360,"width":420,"height":100}, + {"type":"text","text":"## This Week\n* Active: [[2023-07-24]], [[2023-07-25]]\n* Upcoming\n\t* 2023-07-26\n\t* 2023-07-27\n\t* 2023-07-28\n\t* 2023-07-29\n\t* 2023-07-30\n## Last Week","id":"cd2eb86ab4fde15e","x":-700,"y":-1360,"width":580,"height":380} + ], + "edges":[] +} \ No newline at end of file diff --git a/daily-notes/2023-07-25.md b/daily-notes/2023-07-25.md new file mode 100644 index 0000000..e69de29 diff --git a/daily-notes/2023-07-26.md b/daily-notes/2023-07-26.md new file mode 100644 index 0000000..51dcc73 --- /dev/null +++ b/daily-notes/2023-07-26.md @@ -0,0 +1,2 @@ +- Recap Time Squad Wiki on Miraheze is in process of deletion, as per <> +- \ No newline at end of file diff --git a/thoughts/musings/Why working on projects alone?.md b/thoughts/musings/Why working on projects alone?.md new file mode 100644 index 0000000..b1f50bf --- /dev/null +++ b/thoughts/musings/Why working on projects alone?.md @@ -0,0 +1 @@ +sshI usually work on projects, especially on Recap Time Squad, alone, not because of me being \ No newline at end of file diff --git a/user-manual/User Manual README.md b/user-manual/User Manual README.md new file mode 100644 index 0000000..e69de29