From b89b919735f2307ee362958bff1f7a110e97f1a1 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 3 Feb 2021 17:43:06 +0100 Subject: [PATCH] Auto: misc. --- agora.md | 2 +- composite-go-links.md | 13 +++++++++++++ default-actions.md | 2 ++ journal/2021-02-03.md | 1 + 4 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 composite-go-links.md create mode 100644 default-actions.md diff --git a/agora.md b/agora.md index 1b4006ed9..26de42e68 100644 --- a/agora.md +++ b/agora.md @@ -29,7 +29,6 @@ - The [[agora protocol]] is openly developed and can be implemented by anyone. - See also: [[wikilinks everywhere]]. - [[go]] github.com/flancian/agora -- [[git]] github.com/flancian/agora - [[pull]] [[agora editor]] [[agora client]] - There are [[other agoras]]. @@ -68,5 +67,6 @@ [go]: go "Go" [pull]: pull "Pull" [agora editor]: agora-editor "Agora Editor" +[agora client]: agora-client "Agora Client" [other agoras]: other-agoras "Other Agoras" [//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/composite-go-links.md b/composite-go-links.md new file mode 100644 index 000000000..c5bba1d99 --- /dev/null +++ b/composite-go-links.md @@ -0,0 +1,13 @@ +# Composite Go Links + +- [[pull]] [[go link]] + - A generalization of [[go links]]. + - Whereas /go/foo will redirect to the URL in the block [[go]] in node [[foo]], /go/foo/bar will redirect to the URL in the block [[bar]] in node [[foo]]. + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[pull]: pull "Pull" +[go link]: go-link "Go Link" +[go]: go "Go" +[foo]: foo "Foo" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/default-actions.md b/default-actions.md new file mode 100644 index 000000000..be5a4d9c7 --- /dev/null +++ b/default-actions.md @@ -0,0 +1,2 @@ +# Default Actions + diff --git a/journal/2021-02-03.md b/journal/2021-02-03.md index 2a4257b39..d05d4d8a4 100644 --- a/journal/2021-02-03.md +++ b/journal/2021-02-03.md @@ -10,3 +10,4 @@ - [[bmann]] - [[silence is a commons]] - [[agora]] +- [[composite go links]]