Maybe I should be able to integrate the updatefunction in the titlerows columns containing the toggletags - so I update the tiddlers tagged with the columns title - clicking the columns title?!
Unfortunately I get this error when I try to do this: <<forEachTiddler ...>>: Extra parameter behind 'write': HUUpdate|Syg|h \n"' end 'count+"etc... How can I get the macro inside the tableheader without breaking the forEachTiddler macro?? YS Måns Mårtensson Like this: sortable|k\n|!#|Name|House|Room| !<<tiddler HereForTheWeekendUpdate>>|!<<tiddler SickLeave>>|h\n"' On 26 Feb., 01:10, Måns <[email protected]> wrote: > One thing that I cannot figure out is how to put in a row in the > sortable table, (which isn't sorted or counted) that holds this > information - and stays just beneath the titlerow: > Title row= |sortable|k\n|!#|Navn|Gang|Værelse|HU|Syg|h\n > Fixed row= |>|>|>|>|>| @@Remember to update!@@ |!<<tiddler > HereForTheWeekendUpdate>>|!<<tiddler SickLeave>>| > > My problem is that I fill the table with data via the forEachTiddler > macro - and the syntax is getting quite crowded - and I don't know how > to spell it correctly. Here's the context (Which works as it is!!) > > <<forEachTiddler where ' tiddler.tags.contains > (context.inTiddler.title)' write '(index < 200)? "|"+(index+1)+"| > [["+tiddler.title+"]]|[["+tiddler.data("House")+"]] | [["+tiddler.data > ("Room") +"]] | <<toggleTag HereForTheWeekend [["+tiddler.title+"]] > nolabel \>\> | <<toggleTag SickLeave [["+tiddler.title+"]] nolabel \> > \> |\n" : ""'begin '"|sortable|k\n|!#|Name|House|Room| > HereForTheWeekend|SickLeave|h\n"' > end 'count+" students\n"' none '"No students for this teacher\n"' > > I just need to integrate the "Fixed row" somewhere in the code. > > YS Måns Mårtensson --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

