Auto: misc.

This commit is contained in:
2020-11-29 19:19:24 +01:00
parent a15b96f01c
commit cc46b6430f
6 changed files with 25 additions and 18 deletions
+10 -1
View File
@@ -1,4 +1,13 @@
# Action
- Probably [[agora action]]s.
- An [[action]] is a verb, wikilinked, that is included in a block and trigger some behaviour in the [[agora]] or some related tool.
- Example: [[go]]
- See also: [[agora action]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[action]: action "Action"
[agora]: agora "Agora"
[go]: go "Go"
[agora-action]: agora-action "Agora Action"
[//end]: # "Autogenerated link references"
+4
View File
@@ -1,5 +1,6 @@
# Agora Action
- See also: [[action]]
- An Agora Action is any automated process that parses nodes and takes actions, either in behalf of a particular user or the whole [[agora]], based on their content.
- They are a good way to build [[agora integrations]].
- [[agora go links integration]]
@@ -7,5 +8,8 @@
[//begin]: # "Autogenerated link references for markdown compatibility"
[action]: action "Action"
[agora]: agora "Agora"
[agora-go-links-integration]: agora-go-links-integration "Agora Go Links Integration"
[agora-twitter-integration]: agora-twitter-integration "Agora Twitter Integration"
[//end]: # "Autogenerated link references"
-2
View File
@@ -1,2 +0,0 @@
# Go Links
+5 -3
View File
@@ -1,11 +1,13 @@
# Go Link
- See also [[go links]].
- See also: [[agora go links integration]]
- [[go]] flancia.org/mine/go-links
- [[trotto]] seems like the most promising open source implementation. The creator is also friendly and active on Twitter.
- Go links origin story: https://www.trot.to/blog/2020/07/09/go-links-origin-story/
- History: https://medium.com/@golinks/the-full-history-of-go-links-and-the-golink-system-cbc6d2c8bb3
[//begin]: # "Autogenerated link references for markdown compatibility"
[go links]: go links "Go Links"
[agora-go-links-integration]: agora-go-links-integration "Agora Go Links Integration"
[go]: go "Go"
[trotto]: trotto "Trotto"
[//end]: # "Autogenerated link references"
-10
View File
@@ -1,10 +0,0 @@
# Go Links
- Funnily enough, I didn't have this page until now.
- [[trotto]] seems like the most promising open source implementation. The creator is also friendly.
- https://medium.com/@golinks/the-full-history-of-go-links-and-the-golink-system-cbc6d2c8bb3
- Go links origin story: https://www.trot.to/blog/2020/07/09/go-links-origin-story/
- Draft up in https://flancia.org/mine/go-links
[//begin]: # "Autogenerated link references for markdown compatibility"
[trotto]: trotto "Trotto"
[//end]: # "Autogenerated link references"
+6 -2
View File
@@ -1,12 +1,16 @@
# Go
- See [[go link]].
- See [[agora-go-links-integration]].
- An [[action]].
- See also: [[go link]].
- See also: [[agora-go-links-integration]].
- [[go]] flancia.org/mine/go-links
- The above block results in the Agora creating a [[go link]] for the node id in which it is in ('go') redirecting to the URL that appears after the action.
- Concretely, if you visit anagora.org/go/go you will be redirected to flancia.org/mine/go-links.
- [[twitter]] https://twitter.com/flancian/status/1330572022146019328.
[//begin]: # "Autogenerated link references for markdown compatibility"
[action]: action "Action"
[go-link]: go-link "Go Link"
[agora-go-links-integration]: agora-go-links-integration "Agora Go Links Integration"
[go]: go "Go"