Lorenz,

Sounds like a helpful extension to TiddlyMap but I would disagree with "missing 
auto-completion" in some ways because I have defined fields that get their 
content from values defined in the same field in other tiddlers.

For example this macro pulls the values from existing fields

\define select-existing-values(fieldname)
<$select field="$fieldname$" default={{!!$fieldname$}}>
<$list filter="[each[$fieldname$]get[$fieldname$]]" variable="choice">
<option value=<<choice>>><<choice>></option>
</$list>
</$select>
\end


Just call it with a field name <<select-existing-values fieldname>>


Also with the if a Child is tagged with its parents, and other things, you 
could list all of the tiddlers in the tags field 

and test if each is also a person, even a male or female person and thus 
identify the childs parent(s).


I think my point is there are many ways for you to encode and list any type of 
relationship in TiddlyWiki..


Best Wishes

Tony

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4344b25d-fa83-4a6d-9af7-e01fa21f5da5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to