Hi RickL,
There are a few issues with your example.
*@Jeremy:* The reason why the project list doesn't update is because
(oddly?!?) TiddlyWiki appears to not refresh the list item when you modify
the tiddler associated with it, which it should, imho. To actually force it
to do so, wrap the cycletags macro in the tiddler widget like so:
*<$tiddler tiddler=<<currentTiddler>**>>*
<<cycletags "A B C W" prio label:">" class:"tc-btn-invisible next-prio">>
<style>.next-prio {color:red}</style>
*</$tiddler>*
Not exactly sure I understand how / why (the output of) cycletags forgets
its context (tiddler) when run or how to prevent it from doing so.
Pay attention to parameters. In your code you specify "class=class-name"
instead of "class:class-name".
I would not recommend placing styles within list iterations. Use a global
stylesheet tiddler instead.
Eventually, when you output a table, all elements within a *tr* need to be
(wrapped with) either *td*'s or *th*'s, otherwise you break the table
layout.
Best wishes,
Tobias.
--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/b9ad5f44-9244-4b1f-a31d-5e141fe56534%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.