New to wiki's. Working with the ForEachTiddler Macro and trying to
understand the capabilities of the 'write' - output of the macro. Am I
limited to a certain subset of formats, or is there a way to output
data in a 'table' format utilizing the "|" syntax?

i.e.

<<forEachTiddler
where
'tiddler.tags.contains("workorder")'
sortBy
'tiddler.title'
write
 '"|"+tiddler.title+"|"+tiddler.data("requestor")
+"|"+tiddler.projectowner+"|<br>"'
>>

 . . . this doesn't work.

Any direction would be appreciated.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
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