Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .obsidian/appearance.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"header-colors",
"dg-node-colors",
"image-borders",
"hyp-tags"
"hyp-tags",
"sandbox-layout"
]
}
27 changes: 27 additions & 0 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,32 @@
],
"key": "\\"
}
],
"discourse-graphs:create-discourse-graph-canvas": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "C"
}
],
"zotsidian:open-zotero-search-panel": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "Y"
}
],
"templater-obsidian:Meta/Templates/Set cover from first image.md": [
{
"modifiers": [
"Alt",
"Shift"
],
"key": "C"
}
]
}
40 changes: 40 additions & 0 deletions .obsidian/plugins/discourse-graphs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,46 @@
"relationshipTypeId": "rel_E2h9UFdS53YWki3-nczo0",
"created": 1778156012683,
"modified": 1778156021958
},
{
"id": "rel3_GGjGF_iyEDRy_D4_fF30Z",
"sourceId": "node_LwROzkVH_Zck7ZxDgN91E",
"destinationId": "node_4SqRl5RIkaUMb9fLOpdhq",
"relationshipTypeId": "rel_Ge2hTgsP6UFabvpMY45wN",
"created": 1778705695694,
"modified": 1778705703312
},
{
"id": "rel3_6nk3GQvBe1vz3ggV7q475",
"sourceId": "node_-PIYSmr5icSFMACYAUobE",
"destinationId": "node_LwROzkVH_Zck7ZxDgN91E",
"relationshipTypeId": "rel_5nnUOb6wBzlAwAF2Wk-ts",
"created": 1779992665178,
"modified": 1779992673351
},
{
"id": "rel3_w_tj4mgD3x7mt7qwx6dij",
"sourceId": "node_-PIYSmr5icSFMACYAUobE",
"destinationId": "node_4SqRl5RIkaUMb9fLOpdhq",
"relationshipTypeId": "rel_5nnUOb6wBzlAwAF2Wk-ts",
"created": 1779992676031,
"modified": 1779992686045
},
{
"id": "rel3_VaIX05MVJwdOjGUXgkoG0",
"sourceId": "node_LwROzkVH_Zck7ZxDgN91E",
"destinationId": "node_LwROzkVH_Zck7ZxDgN91E",
"relationshipTypeId": "relation_G8GMDxjFv_e5ePzoR7uYn",
"created": 1780044463083,
"modified": 1780044468203
},
{
"id": "rel3_WrJpb-mi4gSV0rMXDTQ-S",
"sourceId": "node_Qbdr-LbBCb_WjPFNTnjTX",
"destinationId": "node_LwROzkVH_Zck7ZxDgN91E",
"relationshipTypeId": "rel_M4xTO_--Zo4nsjQGab9bz",
"created": 1780045209115,
"modified": 1780045225619
}
],
"showIdsInFrontmatter": true,
Expand Down
54,634 changes: 32,326 additions & 22,308 deletions .obsidian/plugins/discourse-graphs/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .obsidian/plugins/discourse-graphs/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"discourse-graphs","name":"Discourse Graph","version":"1.3.0","minAppVersion":"1.7.0","description":"Add semantic structure to your notes with the Discourse Graph protocol.","author":"Discourse Graphs","authorUrl":"https://discoursegraphs.com","isDesktopOnly":false}
{"id":"discourse-graphs","name":"Discourse Graph","version":"1.4.1","minAppVersion":"1.7.0","description":"Add semantic structure to your notes with the Discourse Graph protocol.","author":"Discourse Graphs","authorUrl":"https://discoursegraphs.com","isDesktopOnly":false}
Loading