Gaaah! This is just driving me crazy! I simply want to:

 list the current tiddlers tags with some of them removed so I can perform 
operations with the remaining ones.

As illustrated here (except this doesn't work)


<$list filter="[<currentTiddler>get[tags]remove[aa]]" variable="item">
<<item>>
</$list>

One reason why it doesn't work is, I think, because "remove" is a listop 
and the previous step is not in list form. But then... 

"[list[{currentTiddler!!tags}]] +[remove[aa]]"

...doesn't work either. Nor do a big bunch of other combos I've tried.

I wish to avoid nested listings.

ATM I only neet do remove one tag (here "aa").from the list


Please help.


<:-)


-- 
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/cb032c01-2e7e-498c-b86c-9b9e6246af5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to