diff --git a/agora-plan.md b/agora-plan.md index c517186c9..38f48406d 100644 --- a/agora-plan.md +++ b/agora-plan.md @@ -1,6 +1,6 @@ # Agora Plan -I'll use this as a sort of inline project page for the [[agora]] implementation you're likely reading this in now: [[anagora]].org. This'll be a place to centrally track lightly sorted TODOs, to begin with :) +I'll use this as a sort of inline project page for the [[agora]] implementation you're likely reading this in now: [[anagora]].org. As you might know by now, an Agora is a beast with multiple legs: @@ -10,6 +10,8 @@ As you might know by now, an Agora is a beast with multiple legs: This page is about both, although it's probably going to be [[Agora Server]] heavy as I'm currently focused on developing features for it. ## Latest +- On [[2020-11-17]] I implemented [[latest]]. +- On [[2020-11-16]] I implemented [[agora fuzzy matching]] and full text search, adopted a div based layout, improved the CSS, improved user pages. - On [[2020-11-15]] I implemented dark mode (press on 'theme' on the top right corner to switch dark <-> light). - On [[2020-11-14]] I released [[agora 0.5.1]]. - Previously: @@ -89,6 +91,8 @@ This page is about both, although it's probably going to be [[Agora Server]] hea [//begin]: # "Autogenerated link references for markdown compatibility" [agora]: agora "Agora" [anagora]: anagora "Anagora" +[2020-11-17]: journal/2020-11-17 "2020-11-17" +[2020-11-16]: journal/2020-11-16 "2020-11-16" [2020-11-15]: journal/2020-11-15 "2020-11-15" [2020-11-14]: journal/2020-11-14 "2020-11-14" [pen-coded]: pen-coded "Pen Coded" diff --git a/latest.md b/latest.md new file mode 100644 index 000000000..317888893 --- /dev/null +++ b/latest.md @@ -0,0 +1,10 @@ +# Latest + +- The [[agora]] is designed to be less about the newest and shiniest and more about the most relevant, which might have been [[noded]] anytime. +- Even so, it has a /latest view: . +- It's hopefully just another nice way of discovering interesting content. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[agora]: agora "Agora" +[//end]: # "Autogenerated link references" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/node.md b/node.md new file mode 100644 index 000000000..07164cdd6 --- /dev/null +++ b/node.md @@ -0,0 +1,10 @@ +# Node + +- Nodes and edges are the heart of the [[agora]], which is in essence a [[distributed knowledge graph]]. +- Nodes are made of one or more [[subnode]]s volunteered by different [[user]]s and [[source]]s. + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[agora]: agora "Agora" +[subnode]: subnode "Subnode" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/noded.md b/noded.md new file mode 100644 index 000000000..5ae55e8d9 --- /dev/null +++ b/noded.md @@ -0,0 +1,4 @@ +# Noded + +- I use [[node]] as a verb; IIRC this was also common in [[everything2]]. I like it; it brings the graph aspect of the [[agora]] to the foreground, and hopefully communicates that the process of adding a node is valuable in itself even if the content of the [[subnode]] is a stub. + diff --git a/subnode.md b/subnode.md new file mode 100644 index 000000000..b99b88d8b --- /dev/null +++ b/subnode.md @@ -0,0 +1,12 @@ +# Subnode + +- A subnode is any piece of content that an [[agora]] user contributes; most commonly as of the time of writing ([[2020-11-17]]) a note in Markdown format, but eventually very likely any piece of media. +- Subnodes are contained in [[node]]s, which are the heart of the [[agora]]. +- What you are reading right now is a [[subnode]]. If you look below or above, you will see other notes taken by other users -- these are all different subnodes in the same [[node]], which happens to be called 'subnode' in this particular case :) + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[agora]: agora "Agora" +[2020-11-17]: journal/2020-11-17 "2020-11-17" +[subnode]: subnode "Subnode" +[//end]: # "Autogenerated link references" \ No newline at end of file