diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index 0637a08..18d47e2 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -1 +1,5 @@ -[] \ No newline at end of file +[ + "obsidian-discordrpc", + "obsidian-admonition", + "sliding-panes-obsidian" +] \ No newline at end of file diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 815cd4c..737f1fe 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -32,6 +32,6 @@ "repelStrength": 20, "linkStrength": 0.876960037198729, "linkDistance": 500, - "scale": 0.09848280266864441, + "scale": 0.09848280266864448, "close": true } \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-admonition/data.json b/.obsidian/plugins/obsidian-admonition/data.json new file mode 100644 index 0000000..8217ae4 --- /dev/null +++ b/.obsidian/plugins/obsidian-admonition/data.json @@ -0,0 +1,24 @@ +{ + "userAdmonitions": {}, + "syntaxHighlight": false, + "copyButton": false, + "version": "9.0.3", + "autoCollapse": false, + "defaultCollapseType": "open", + "injectColor": true, + "parseTitles": true, + "dropShadow": true, + "hideEmpty": false, + "open": { + "admonitions": true, + "icons": true, + "other": true, + "advanced": false + }, + "icons": [], + "useFontAwesome": true, + "rpgDownloadedOnce": false, + "msDocConverted": false, + "useSnippet": false, + "snippetPath": "custom-admonitions.6e52ac" +} \ No newline at end of file diff --git a/.obsidian/workspace b/.obsidian/workspace index 9469083..56b224b 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -4,16 +4,18 @@ "type": "split", "children": [ { - "id": "58828f807fb5587f", + "id": "8143718c5f145084", "type": "leaf", + "pinned": true, "state": { "type": "markdown", "state": { - "file": "pages/Project Waku.md", + "file": "pages/Start Here.md", "mode": "source", "backlinks": false, "source": false - } + }, + "pinned": true } } ], @@ -71,7 +73,7 @@ "state": { "type": "backlink", "state": { - "file": "pages/Project Waku.md", + "file": "pages/Start Here.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -100,17 +102,17 @@ "width": 300, "collapsed": true }, - "active": "58828f807fb5587f", + "active": "8143718c5f145084", "lastOpenFiles": [ - "pages/Project Waku.md", - "pages/Set of Implementations.md", - "pages/Network of Nodes.md", - "pages/Set of Protocols.md", - "pages/Recipes.md", + "pages/Start Here.md", + "README.md", + "pages/README.md", "pages/Project Logos.md", - "pages/Data Model and Concurrency.md", - "pages/Staking and Multi-DAG.md", + "pages/Node Reputation.md", + "pages/Approach.md", "pages/Mempool and Subnetworks.md", - "pages/Tokenomics.md" + "pages/Network Layer.md", + "pages/projec tlogos.md", + "pages/Consensus.md" ] } \ No newline at end of file diff --git a/pages/Approach.md b/.trash/Approach.md similarity index 100% rename from pages/Approach.md rename to .trash/Approach.md diff --git a/.trash/projec tlogos.md b/.trash/projec tlogos.md new file mode 100644 index 0000000..e69de29 diff --git a/pages/Mempool and Subnetworks.md b/pages/Mempool and Subnetworks.md index 1e8fec0..4e88394 100644 --- a/pages/Mempool and Subnetworks.md +++ b/pages/Mempool and Subnetworks.md @@ -25,3 +25,8 @@ A list of Topics necessary to develop better intuition and understanding - Cook Time: X min - Ingredients: 1. [Insert pictures, videos, article links, research papers, etc.] +- Recipe: [[Subnetworks]] + - Prep: [||||||||||] + - Cook Time: X min + - Ingredients: + 1. [Insert pictures, videos, article links, research papers, etc.] \ No newline at end of file