Hi there,
I'm wondering if there is a way to modify the ForEachTiddler macro
itself so that before it returns its final output it checks to see
whether the last two characters are "/n" and if they are then delete
them.
I often get an extra line return at the end of a ForEachTiddler output
that I don't need for instance I have a number of tiddlers where I
want to run the macro and immediately follow it with another heading:
...
write
'"*[["+tiddler.title+"]]"+"\n"'
none '"//No tiddlers found//"'>>
!New Heading
The above results in two empty lines (more white space than I'd like)
between the end of the ForEachTiddler output and the new heading.
I know it's a pretty minor aesthetic thing, but it is possible?
Cheers
Trent
--
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.