diff --git a/action.md b/action.md index a16b5d088..b3c87fa16 100644 --- a/action.md +++ b/action.md @@ -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" \ No newline at end of file diff --git a/agora-action.md b/agora-action.md index c64394517..85a0c98e7 100644 --- a/agora-action.md +++ b/agora-action.md @@ -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" \ No newline at end of file diff --git a/go links.md b/go links.md deleted file mode 100644 index 92fc8f10c..000000000 --- a/go links.md +++ /dev/null @@ -1,2 +0,0 @@ -# Go Links - diff --git a/go-link.md b/go-link.md index c491de255..a1ab0060d 100644 --- a/go-link.md +++ b/go-link.md @@ -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" \ No newline at end of file diff --git a/go-links.md b/go-links.md deleted file mode 100644 index da71d1805..000000000 --- a/go-links.md +++ /dev/null @@ -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" diff --git a/go.md b/go.md index 930e588a0..ab1775406 100644 --- a/go.md +++ b/go.md @@ -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"