Hi Skye,

here an example for a pagewise table, where you have to replace the
tag value to the one needed:

<<forEachTiddler where 'tiddler.tags.contains(["systemConfig"])'
write '(index < 25) ? "|"+(index+1)+"|[["+tiddler.title
+"]]|"+store.getValue(tiddler,"modifier")
+"|"+store.getTiddlerSlice(tiddler.title,"Description")
+"|"+tiddler.text.length+"|"+tiddler.tags+"|\n" : ""'
 begin '"|!#|!Plugin|!Author|!Description|!Byte|!Tags|\n"'
 end 'count+" Tiddlers found\n"'
 none '"No Tiddlers found\n"'>>

Regards.

-- 
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