Hi,
I'm really new to TiddlyWiki and have what seems to me an embarrassingly
simple question (I have a programming background).
Basically, I want to create a list of tiddlers within a tiddler, but to
style each list item based on the presence or absence of a tag on that
tiddler.
Specifically what I'm trying to do is have a goal tiddler that lists all
associated task tiddlers (tagged with *task* and a tag that links it to the
goal)
So far I have:
<$list filter="[!has[draft.of]tag[goal-001]tag[task]sort[title]]">
<$link to={{!!title}}><$view field="title"/></$link>
</$list>
So far so good, that gives me a list of all the tasks associated with that
goal, but what I want to do is to check if each task has a *done* tag
applied and if so strikeout the list item to show that it has been done.
Giving me something like:
*Tasks to complete writing goal 1*
Chapter 1
Chapter 2
Chapter 3
It seems like it should be incredibly simple, but I can't find how to do it
anywhere. I have to admit TW is messing with my head, but I love the
concept and I'll get there eventually...
Thanks for any assistance.
Harley
--
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/b88e0a02-980a-4ae7-b855-4b253e26b238%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.