Hello Tony,
Thanks for the macro. This is fantastic! It solves a problem that I had on
the back burner: inheritance of properties from superclasses. However,
there will still be cases where a property needs to refer to another
tiddler that isn't referenced anywhere else, yet. In these instances the
TiddlyMap functionality I describe would be quite helpful.
You are right that there are many ways to solve a problem in TiddlyWiki.
I'm constantly wondering whether what I'm doing is the best way or whether
there might be a better way to implement. I guess it's part of the
experience.
Thanks again,
Lorenz
On Tuesday, October 16, 2018 at 12:16:57 AM UTC-7, TonyM wrote:
>
> 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/3f8b59c4-fdce-4848-be72-5767c6d32487%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.