I want to implement a simple case of a directed acyclic graph [1] with 
TiddlyWiki5.  Specifically, each node (edge) in the graph can have 0..n 
children and 0..1 parents.  I don't yet have an understanding of The Way of 
TiddlyWiki5, so I'd like to get input on the following approach:

- Create a tiddler (perhaps named Taxonomy) that contains
  - an additional field that hold a list of children (by the way, I'm 
already using the list field, and I'm not sure how add a new field that 
holds a list to a tiddler)
  - either/or:
    - an additional field that holds a link to a parent, if it has one (by 
the way, I'm not sure how add a new field that holds a link)
    - a mechanism for linking back to a parent of a tiddler (not sure how 
to do this)
- Tag this tiddler with $:/tags/ViewTemplate so that all tiddlers in the 
Wiki have the children field

So, here are my questions:
- Is this the best approach, or is there some other approach that fits 
TiddlyWiki5 better?
- How can I add fields to a tiddler?
- Is the Taxonomy tiddler described above a "Template" in TiddlyWiki5 
parlance?

Thanks for bearing with newbie questions,
Jim


[1] http://en.wikipedia.org/wiki/Directed_acyclic_graph

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to