Compare commits

...

6 Commits

Author SHA1 Message Date
Andrei Jiroh Halili 05e34ba35b
Prep for 2023-07-28 daily notes later 2023-07-28 00:21:08 +08:00
Andrei Jiroh Halili 6548397f4c
docs(global): add golink for [[gildedguy stories]]
Also in this commit, I renamed one
of my draft musings for Windows compat.
2023-07-28 00:20:06 +08:00
Andrei Jiroh Halili 2f663a1bbc
chore(obsidian@btwscar): vault backup manually commited for 2023-07-27 12:47:09 2023-07-27 12:47:09 +08:00
Andrei Jiroh Halili bffc7718e1
2023-07-27 11:21:01: ... 2023-07-27 11:21:12 +08:00
Andrei Jiroh Halili ad01d3d6ef
docs(daily-notes): sign-off 2023-07-23 2023-07-25 00:00:34 +08:00
Andrei Jiroh Halili ecbde406fd
chore(obsidian@btwscar): migrate stuff to multiverse folder 2023-07-25 00:00:08 +08:00
20 changed files with 99 additions and 32 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"
}

View File

@ -7,8 +7,8 @@
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"collapse-display": false,
"showArrow": true,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
@ -17,6 +17,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"scale": 0.6666666666666666,
"close": false
}

View File

@ -1 +1,11 @@
{}
{
"tag-pane:open": [
{
"modifiers": [
"Alt",
"Shift"
],
"key": "T"
}
]
}

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": "multiverse/humans/mikedmoy.md",
"mode": "source",
"backlinks": true,
"source": false
}
}
}
],
"currentTab": 1
]
}
],
"direction": "vertical"
@ -63,7 +62,7 @@
"state": {
"type": "search",
"state": {
"query": "",
"query": "tag:#humans",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
@ -88,11 +87,12 @@
"state": {}
}
}
]
],
"currentTab": 1
}
],
"direction": "horizontal",
"width": 300
"width": 254.5124969482422
},
"right": {
"id": "a7aae72e14fdd92e",
@ -108,7 +108,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 +125,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 +148,7 @@
"state": {
"type": "outline",
"state": {
"file": "Gildedguy Stories.md"
"file": "thoughts/musings/Why working on projects alone?.md"
}
}
},
@ -165,7 +165,7 @@
}
],
"direction": "horizontal",
"width": 300
"width": 308.5
},
"left-ribbon": {
"hiddenItems": {
@ -182,20 +182,36 @@
"zk-prefixer:Create new unique note": false
}
},
"active": "98789b62ea6dc7aa",
"active": "ba803bff22086f66",
"lastOpenFiles": [
"daily-notes/2023-07-24.md",
"LICENSE.md",
"multiverse/humans/mikedmoy.md",
"Obsidian.md",
"Personal Board.canvas",
"daily-notes/2023-07-26.md",
"README.md",
"CC-BY-SA-4.0.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",
"stash-hub",
"multiverse/hyunsdojo/Gildedguy Stories.md",
"multiverse/humans",
"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>

3
Obsidian.md Normal file
View File

@ -0,0 +1,3 @@
* Note taking tool (in Markdown), with optional paid features (currently)
* [[go]] https://obsidian.md
* I know any open-source absoluist will hate me

10
Personal Board.canvas Normal file
View File

@ -0,0 +1,10 @@
{
"nodes":[
{"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},
{"type":"text","text":"# Active Issues\n* Coda Doctorate:","id":"22a371bd9860ddfb","x":-620,"y":-1540,"width":420,"height":120}
],
"edges":[
{"id":"2d8f3c57a8dcb950","fromNode":"cd2eb86ab4fde15e","fromSide":"top","toNode":"22a371bd9860ddfb","toSide":"bottom"},
{"id":"c4cd941727cb69fb","fromNode":"22a371bd9860ddfb","fromSide":"bottom","toNode":"cd2eb86ab4fde15e","toSide":"top"}
]
}

View File

@ -1,6 +1,6 @@
# ~ajhalili2006's digital garden in Obsidian
Welcome to my [[digital garden]], which is part of the [Agora](https://anagora.org/agora) and can be found rendered in [https://anagora.org/](https://anagora.org/). You can also view this in [[Obsidian]] by cloning the repo and opening it as a vault. (Viewing this in GitLab and other git mirrors I (and maybe other people) maintain might cause you [[backend pain]] due to wikilinks may not work.)
Welcome to my [[digital garden]], which is part of the [Agora](https://anagora.org/agora) and can be found rendered in [https://anagora.org/](https://anagora.org/). You can also view this in [[Obsidian]] by cloning the repo and opening it as a vault. (Viewing this in GitLab and other git mirrors I (and maybe other people) maintain might cause you [[backend pain]] due to wikilinks may not work, among [other Obsidian-specific Markdown formatting]().)
## How to navigate
* The most obvious way to navigate around here is using Agora's search feature.
@ -9,5 +9,8 @@ Welcome to my [[digital garden]], which is part of the [Agora](https://anagora.
* [[Gildedguy Stories]] - my starter pack for the Gildedguy Stories series
* [[ajhalili2006]] - mini personal README about me and the context behind the username
## Other notepads
## Contribute
Most of my notes here in this digital garden are licensed liberally under [[CC-BY-SA-4.0]] (see [[LICENSE]] or [this via GitLab](./LICENSE.md))

View File

@ -1,6 +1,7 @@
Go back to [[daily notes]]
Go back to [[daily notes]], also synced at this week's recap in the [[Personal Board.canvas|Personal Board (open that in Obsidian)]].
* Currently working a bit offline due to some technical difficulties on ISP side, but now fixed. Possibly due to this month's bill past due (as usual).
* ~~Currently working a bit offline due to some technical difficulties on ISP side, but now fixed. Possibly due to this month's bill past due (as usual).~~
* New contributions this day:
* https://github.com/flancian/agora/pull/29
* Actually do manual laundry later this day after taking a deep breath and do house chores (because [[executive functioning issues]] is considered as [[laziness]] among most [[able-bodied neurotypicals]])
* ~~Actually do manual laundry later this day after taking a deep breath and do house chores (because [[executive functioning issues]] is considered as [[laziness]] among most [[neurotypicals]])~~ Also done btw.
* Watched Week 72 [[Hermitcraft Recap|recap]] in the Hermitcraft server: https://youtu.be/_s2MXeg5edQ?si=pQnVssfpNdakiWRG

View File

View File

@ -0,0 +1,3 @@
- Recap Time Squad Wiki on Miraheze is in process of deletion, as per <https://mau.dev/RecapTime/squad/issue-tracker/-/issues/7#note_542>.
- Nothing eventful other than doing the house chores behind the scenes.
-

View File

@ -0,0 +1 @@
TBD

View File

@ -0,0 +1,4 @@
* [go] https://gildedguy.com
---
Obsidian tags: #humans #content-creators #animators

View File

@ -1,6 +1,7 @@
# Gildedguy Stories Starter Pack
* [go] <https://www.youtube.com/watch?v=X7Arrfu9l30&list=PLZO8-IAk24ts-k651wkF7019Qpr4zOC7i&pp=iAQB>
This is [[ajhalili2006]]'s personal starter pack for [[gildedguy stories]], an animation series by [[mikedmoy]] (also known as [[gildedguy]] in the community).
This is [[ajhalili2006]]'s personal starter pack for [[Gildedguy Stories]], an animation series by [[mikedmoy]] (also known as [[gildedguy]] in the community).
## Episodes in series

View File

@ -0,0 +1,6 @@
I usually work on projects, especially on Recap Time Squad, alone, not because of me being a loner introverted autistic person
## The Nebraska Problem and Bus Factor
---
Obsidian tags: #musings #thoughts #autistic-mind-explorations #opensource

View File