diff --git a/.obsidian/workspace b/.obsidian/workspace index a27c4a5c8..a53993789 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -22,7 +22,7 @@ { "id": "434bd4c7c42b00d5", "type": "leaf", - "dimension": 25.36945812807882, + "dimension": 12.68472906403941, "state": { "type": "markdown", "state": { @@ -31,6 +31,18 @@ } } }, + { + "id": "93063ea8776ee9f8", + "type": "leaf", + "dimension": 12.68472906403941, + "state": { + "type": "markdown", + "state": { + "file": "receive.md", + "mode": "source" + } + } + }, { "id": "d407fbfa22a48bda", "type": "split", @@ -165,7 +177,7 @@ "state": { "type": "backlink", "state": { - "file": "ack.md", + "file": "receive.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -182,7 +194,7 @@ "state": { "type": "outline", "state": { - "file": "ack.md" + "file": "receive.md" } } }, @@ -238,8 +250,9 @@ "width": 300, "collapsed": true }, - "active": "434bd4c7c42b00d5", + "active": "93063ea8776ee9f8", "lastOpenFiles": [ + "receive.md", "ack.md", "do.md", "pomodoro.md", @@ -248,7 +261,6 @@ "2021-06-13.md", "rusp.md", "orgzly.md", - "logseq.md", - "hyperknowledge.md" + "logseq.md" ] } \ No newline at end of file diff --git a/ack.md b/ack.md index 8030c50ca..fb6563f74 100644 --- a/ack.md +++ b/ack.md @@ -1,2 +1,3 @@ - an [[agora action]] - - [[ack]] is a complement to [[push]]. node b can [[ack]] an incoming push from node a by [[ack]] \ No newline at end of file + - [[ack]] is a complement to [[push]]. node b can [[ack]] an incoming push from node a, then it gets "silenced". + - [[receive]] is another complement. \ No newline at end of file diff --git a/receive.md b/receive.md new file mode 100644 index 000000000..9fa7f3c7e --- /dev/null +++ b/receive.md @@ -0,0 +1,2 @@ +- an [[agora action]]. + - [[receive]] is a complement to [[push]]. node b can [[receive]] an incoming push from node a, which results in it being [[transcluded]] in the place of triggerin \ No newline at end of file