Skip to content

Commit

Permalink
regular backup
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranmuazzam committed Dec 10, 2024
1 parent 22a1ee9 commit e1acf04
Show file tree
Hide file tree
Showing 200 changed files with 6,328 additions and 2,040 deletions.
6 changes: 5 additions & 1 deletion .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"userIgnoreFilters": [
"logseq/"
]
}
4 changes: 3 additions & 1 deletion .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"translucency": true
}
3 changes: 3 additions & 0 deletions .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"obsidian-living-graph"
]
34 changes: 28 additions & 6 deletions .obsidian/graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,39 @@
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"colorGroups": [
{
"query": "#disease",
"color": {
"a": 1,
"rgb": 14112342
}
},
{
"query": "#signs",
"color": {
"a": 1,
"rgb": 14701269
}
},
{
"query": "a",
"color": {
"a": 1,
"rgb": 2017383
}
}
],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.15975046351469732,
"centerStrength": 0.47,
"repelStrength": 18.7796524891285,
"linkStrength": 0.643086883767123,
"linkDistance": 165,
"scale": 0.061065864744578376,
"close": true
}
12 changes: 12 additions & 0 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"obsidian-living-graph:toggle": [
{
"modifiers": [
"Alt",
"Ctrl",
"Mod"
],
"key": "Enter"
}
]
}
6 changes: 6 additions & 0 deletions .obsidian/plugins/obsidian-living-graph/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"activeComposites": [
"Organism"
],
"includeLocal": true
}
Loading

0 comments on commit e1acf04

Please sign in to comment.