Question regarding foreachtiddlerplugin and tables.

1 view
Skip to first unread message

Kashgarinn

unread,
Jan 7, 2008, 1:29:43 PM1/7/08
to TiddlyWiki
Hi there.

I was wondering if anyone was able to make a forEachTiddler macro call
which creates a table with both a header and a footer?

I copied the expense example on abegos website regarding creating the
script, and letting the script add the header at the start, but I'm
not certain how to add the footer.

Anyone know how?

Regards,
K.

FND

unread,
Jan 7, 2008, 1:59:05 PM1/7/08
to Tiddl...@googlegroups.com
> I was wondering if anyone was able to make a forEachTiddler macro call
> which creates a table with both a header and a footer?

That's what the BEGIN and END parameters are there for:
---------------
<<forEachTiddler
write 'tiddler.title + "\n"'
begin '"header\n"'
end '"footer\n"'
>>
---------------

HTH.


-- F.

Reply all
Reply to author
Forward
0 new messages