I’m creating some fishing-related tiddlers. For instance, a tiddler called “Big
Lake” has a field called “point” that has a lat/long, and another field called
“fish” whose value is a comma-separated list of fish that live in that lake
I can easily get a list of tiddlers that have the “fish” field:
<$list filter="[has[fish]]">
<<currentTiddler>>
{{!!fish}}
<br>
</$list>
I’d like to be able to create a list of places where a specific fish lives.
some pseudo-code:
[has[fish]and[fish[contains:goldfish]]]
which would show a list of tiddlers where they have the field “fish” and that
field value contains the string “goldfish”
Is this possible?
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/dad819ef-0d08-46f1-87fe-6be84a94a543%40googlegroups.com.