Skip to content

Commit

Permalink
Writeup
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 27, 2021
0 parents commit 811ca40
Show file tree
Hide file tree
Showing 18 changed files with 668 additions and 0 deletions.
1 change: 1 addition & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 3 additions & 0 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"baseFontSize": 16
}
14 changes: 14 additions & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"page-preview",
"note-composer",
"command-palette",
"markdown-importer",
"word-count",
"open-with-default-app",
"file-recovery"
]
22 changes: 22 additions & 0 deletions .obsidian/graph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": false
}
1 change: 1 addition & 0 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
94 changes: 94 additions & 0 deletions .obsidian/workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"main": {
"id": "892fc20d46cc717e",
"type": "split",
"children": [
{
"id": "06d2496295f24a1a",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "README.md",
"mode": "preview"
}
}
}
],
"direction": "vertical"
},
"left": {
"id": "ee09289e244f354d",
"type": "split",
"children": [
{
"id": "9ca2f01d26fcc1a5",
"type": "tabs",
"children": [
{
"id": "d70cda487a260d94",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {}
}
},
{
"id": "981821d8711b15c3",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "3d9097a7cd57a3cc",
"type": "split",
"children": [
{
"id": "a87cdf867fe9d019",
"type": "tabs",
"children": [
{
"id": "6599dd590f20ed04",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "README.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"active": "06d2496295f24a1a",
"lastOpenFiles": [
"README.md",
"images/1.png"
]
}
Loading

0 comments on commit 811ca40

Please sign in to comment.