Hi All
what the code to force line breaks inside a fet write statement ???
for example here -
<<forEachTiddler where 'tiddler.tags.contains("event")'
sortBy 'store.getTiddlerText(tiddler.title+"::Iniciando","")'
write '"Url:"+store.getTiddlerText(tiddler.title+"::Url","")+
" \SUMMARY:"+store.getTiddlerText(tiddler.title+"::Description","")+
" \DSTART:"+store.getTiddlerText(tiddler.title+"::Iniciando","")
+"\n"'>>
END:VCALENDAR
I want it to output
URL: slice value of Url of first tiddler
SUMMARY: slice value of Description of first tiddler
DSTART:slice value of Iniciando in first tiddler
URL:slice value of Url in second tiddler........
........
Thanks in Advance
Skye
--
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.