Thanks Anthony, Looked at this, the only problem now is that you get the white space before the list. If 10 records are returned then I'm looking for the first 9 records to be returned as '"*[["+tiddler.title+"]]"+"\n"' followed by the list one as '"*[["+tiddler.title+"]]"
Alternatively by your method, the first record as '"*[["+tiddler.title+"]]" and then the next 9 records as '""\n"+*[["+tiddler.title+"]]"' Cheers Trent On Jan 14, 8:58 am, Anthony Muscio <[email protected]> wrote: > An old programming trick, > > If you dont want it at the end put it at the beginning of each line. > > eg; "Untested" > > '""\n"+*[["+tiddler.title+"]]"' > > Tony > > TonyM > > If you have not found an easy way to do it with TiddlyWiki, you have missed > something.www.tiddlywiki.com > > On Thu, Jan 14, 2010 at 00:14, yardbird <[email protected]> wrote: > > 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]<tiddlywiki%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/tiddlywiki?hl=en.
-- 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.

