2023-07-27 11:21:01: ...

This commit is contained in:
Andrei Jiroh Halili 2023-07-27 11:21:12 +08:00
parent ad01d3d6ef
commit bffc7718e1
Signed by: ajhalili2006
GPG Key ID: 67BFC91B3DA12BE8
12 changed files with 53 additions and 20 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
# exclude workspace cache
.obsidian/workspace
#.obsidian/workspace.json
# Add below lines to exclude OS settings and caches
.trash/

5
.obsidian/app.json vendored
View File

@ -1 +1,4 @@
{}
{
"alwaysUpdateLinks": true,
"attachmentFolderPath": "stash-hub"
}

View File

@ -1,3 +1,3 @@
{
"accentColor": ""
"accentColor": "#34f80d"
}

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

@ -0,0 +1,3 @@
{
"folder": "templates"
}

View File

@ -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"
]
}

1
CC-BY-SA-4.0.md Normal file
View File

@ -0,0 +1 @@
TBD

1
LICENSE.md Normal file
View File

@ -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 <https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt>

7
Personal Board.canvas Normal file
View File

@ -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":[]
}

View File

View File

@ -0,0 +1,2 @@
- Recap Time Squad Wiki on Miraheze is in process of deletion, as per <>
-

View File

@ -0,0 +1 @@
sshI usually work on projects, especially on Recap Time Squad, alone, not because of me being

View File