Question regarding foreachtiddlerplugin and tables.
1 view
Skip to first unread message
Kashgarinn
unread,
Jan 7, 2008, 1:29:43 PM1/7/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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"' >> ---------------