Hi googlepilot

> So far, I have found no way to code the position of an item at the tag level. 
> One of my ideas was to bring both informations into one tag, something like 
> [list-x/position-y]. But then I do not know how to put my lists together with 
> FET, since the plugin seems to work only with the full tags, and not with 
> something like "put together a list that contains all tiddlers that have a 
> tag containing 'list-x'".

This seems to work:
<<forEachTiddler where
'tiddler.tags.join("]]").contains("list-x")'>>

+ sortBy title to uppercase

<<forEachTiddler where
'tiddler.tags.join("]]").contains("list-x")'sortBy
'tiddler.title.toUpperCase()'>>

I don't know how to connect it with groupings based on tags - If you
find out, please tell...

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to