Quick note: I've noticed in your [[Overtime Management]] tiddler you use
a separate table for column headings.
You can integrate that into the FET macro call with the BEGIN parameter:
---------------
<<forEachTiddler
where
'tiddler.tags.contains("overtime")'
sortBy
'tiddler.title'
descending
write
'"|[["+tiddler.title+"]]|"+tiddler.data("timespent")+"|"
+tiddler.data("totaltime")+"|"+tiddler.data("activity")+"|\n"'
begin
'"|!Date|!hrs|!ttl|!Activity|h\n"'
>>
---------------
HTH.
-- F.
Make a TiddlyWiki at tiddlyspot.com for your plugin. Make sure you
mention the version of TW you developed it in, and say what your
licensing conditions are (the BSD license is used for TW and is good
for plugins too).
Then if you never touch it again, it's still there for people to expand on.
Cheers
;Daniel
--
Daniel Baird
They say a million monkeys typing will eventually produce Shakespeare.
Thanks to commenters on YouTube, we now know this is not true.