diff --git a/content.md b/content.md index 38ee3f92d..c845c5c2d 100644 --- a/content.md +++ b/content.md @@ -1,4 +1,5 @@ # Content - The stuff internet dreams are made of. +- Agora content is (as of [[2020-12-30]]) limited to [[markdown]] [[notes]], but eventually will also include other media. diff --git a/notes.md b/notes.md new file mode 100644 index 000000000..c3c9c2f6e --- /dev/null +++ b/notes.md @@ -0,0 +1,9 @@ +# Notes + +- [[pull]] [[subnode]] + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[pull]: pull "Pull" +[subnode]: subnode "Subnode" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/sequential-wiki.md b/sequential-wiki.md index 0981dcc48..0d44f2b41 100644 --- a/sequential-wiki.md +++ b/sequential-wiki.md @@ -1,6 +1,6 @@ # Sequential Wiki -- Not a formal term, but I use it often. A sequential wiki is like a wiki page, but people contribute *blocks* of text instead of arbitrary fragments; and they maintain clear ownership and control over their blocks. +- Not a formal term, but I use it often. A sequential wiki is like a wiki page, but people contribute *blocks* of [[content]] instead of arbitrary fragments; and they maintain clear ownership and control over their blocks. - I call the [[agora]] a distributed sequential wiki. [[nodes]] are akin to sequential wiki pages. [[subnodes]] are user contributed blocks. - [[pull]] [[everything2]] diff --git a/subnode.md b/subnode.md index b99b88d8b..d236d21cb 100644 --- a/subnode.md +++ b/subnode.md @@ -1,7 +1,7 @@ # 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]]. +- Subnodes are the children of [[nodes]], 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 :)