From 02cce121b711854b694a83f85f5258cd8295f54e Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 2 Nov 2020 12:49:57 +0100 Subject: [PATCH] 2020-11-02 --- agora-help.md | 9 +++++++++ foo.md | 4 ++++ journal/2020-11-02.md | 28 ++++++++++++++++++++++++++++ link-it-as-you-go-along.md | 7 +++++++ wikilink.md | 10 ++++++++++ 5 files changed, 58 insertions(+) create mode 100644 agora-help.md create mode 100644 foo.md create mode 100644 journal/2020-11-02.md create mode 100644 link-it-as-you-go-along.md create mode 100644 wikilink.md diff --git a/agora-help.md b/agora-help.md new file mode 100644 index 000000000..596464bd1 --- /dev/null +++ b/agora-help.md @@ -0,0 +1,9 @@ +# Agora Help + +- This is a node like any other. If you would like to contribute to this, just write a note with [[wikilink]] [[agora-help]] and it will be show here. + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[wikilink]: wikilink "Wikilink" +[agora-help]: agora-help "Agora Help" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/foo.md b/foo.md new file mode 100644 index 000000000..9d15adb4b --- /dev/null +++ b/foo.md @@ -0,0 +1,4 @@ +# Foo + +- A [[metavariable]] in common use by programmers: https://en.wikipedia.org/wiki/Foobar. + diff --git a/journal/2020-11-02.md b/journal/2020-11-02.md new file mode 100644 index 000000000..30856b032 --- /dev/null +++ b/journal/2020-11-02.md @@ -0,0 +1,28 @@ +# 2020-11-02 + +- Spoke to [[ding-levery]], [[abstractfairy]] about how the Agora could work. + - Ding is interested in [[agora-protocol]], [[twitter]] integration. + - [[abstractfairy]] is interested in [[ranking]], [[tags]], [[graphing]]. +- Wrote [[agora-help]], [[foo]], [[wikilink]] as they're featured as examples in the Agora. +- Today: + - Implement search (full text). + - Implement backlinks (of course). + - Make the index be just another note [[ding-levery]]. + - Move uwsgi/prod serving off my user into 'agora'. + - Help [[s5bug]] and [[jonathan-the-utopian]] integrate. + - Add logo. + - Define special (nodal?) pages. Are there akkny? + - README is already one, it seems. + - Journal entries. + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[ding-levery]: ../ding-levery "Ding Levery" +[abstractfairy]: ../abstractfairy "AbstractFairy" +[agora-protocol]: ../agora-protocol "Agora Protocol" +[twitter]: ../twitter "Twitter" +[foo]: ../foo "Foo" +[wikilink]: ../wikilink "Wikilink" +[s5bug]: ../s5bug "S5bug" +[jonathan-the-utopian]: ../jonathan-the-utopian "Jonathan the Utopian" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/link-it-as-you-go-along.md b/link-it-as-you-go-along.md new file mode 100644 index 000000000..99f5e18b9 --- /dev/null +++ b/link-it-as-you-go-along.md @@ -0,0 +1,7 @@ +# Link It as You Go Along + +- Just [[link it]] as you're writing, even if the [[wikilink]] doesn't exist yet. It can be made to exist later, either by you or someone else. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[wikilink]: wikilink "Wikilink" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/wikilink.md b/wikilink.md new file mode 100644 index 000000000..22a4ed6ab --- /dev/null +++ b/wikilink.md @@ -0,0 +1,10 @@ +# Wikilink + +- A wikilink looks like this: [[wikilink]]. +- Wikilinks come, wait for it, from wikis. They are great because they allow for very easy linking: you just [[link it as you go along]], then the link either works (because someone wrote that node/article/resource already) or you can click through and backfill it. + - I call this procedure link-driven writing. + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[wikilink]: wikilink "Wikilink" +[//end]: # "Autogenerated link references" \ No newline at end of file