I'm using the forEachTiddler plugin to manage a library index. The
library has different document types e.g. books, magazines, DVD's,
journals etc and I'm trying to create a list of library items
(tiddlers) sorted by docType then by author then by title. Sorting by
one field works just fine, but how would one do the multiple levels of
sorting

<<forEachTiddler
where
'tiddler.tags.contains("libEntry")'
sortBy 'tiddler.data("docType")'
write
.......etc

Thanks
Mark
--~--~---------~--~----~------------~-------~--~----~
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