mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 06:26:20 +00:00
1.2 KiB
1.2 KiB
Agora Actions
- The agora can trigger actions in the context of a node when said node includes a block with a reference to a known [action].
- Currently supported actions are:
- go, which makes anagora.org/go/ redirect to the url appearing after the action.
- Example that works in this page: [go] https://twitter.com/flancian/status/1329890862499770368
- pull, which transcludes a target node into the current context (good for synonyms and related content).
- [pull] [action]
- [pull] [agora action]
- (see below for effect)
- push, which transcludes the current block and any children to the target node.
- [push] 2021-01-25 I documented push in [agora actions] today.
- See 2021-01-25 for effect.
- [push] 2021-01-25 I documented push in [agora actions] today.
- go, which makes anagora.org/go/ redirect to the url appearing after the action.
- See also:
- [push and pull] for interactions between those two actions.
- [agora plan] for plans on further actions.