Hi Tobias The reason why the macro did only output three of your students was > that you had most of your students tagged "excludeLists" and that the > macro was excluding those by default. But since one can specify > exclusion tags in the configuration I removed this default exclusion > from the code. >
Exactly - I apreciate this added functionality. Thanks!! > By the way, your wiki is incredibly slow to open and even to use. I > don't know if there's room for that, but maybe you can streamline > things a bit, by getting rid of redundancies or trimming down on > things that loop over a lot of stuff. > You are absolutely right. I started this wiki on top of Shavinders ClassRecords TW, and I still haven't succeded in implementing all of the usefull features from that particular wiki into my own setup yet... To make this work as it should - I guess would have to start from scratch again - There are a few features that I want from the ClassRecords TW that I cannot produce myself easily... The attendancetable for input and autogenerated attendancesummary for one - another one is the tests generator+ template and autogenerated table with results... Three things I know are slowing things down: 1) I use custom templates for teachers tiddlers which use dedicated fETs to create lists based on fieldvalues from related studenttiddlers. My templates are not html based - instead I use "normal" wiki tables. For some reason (timeout??) the custom viewtemplate is *not* rendered when the fET has too many student tiddlers to look in - and I have to use a refresh tiddler transclusion to get it to show... :-( 2) Likewise I use custom templates for students and classes.... However I have less "overhead" in these wiki formatted templates and they are rendered ok. 3) My custom studentViewtemplate is build from a script and tab generating code, which also generates shadowtiddlers - I haven't reached a point where I actually understand what is going on, and I fear that the reminicent code from ClassRecords and my new template might be conflicting - doing the same thing twice, if you know what I mean. My template: http://klasser.tiddlyspace.com/#AdresseBog Original: http://klasser.tiddlyspace.com/#ShowStudentDataTabs ClassRecord's original: http://classrecords.tiddlyspot.com/#ShowStudentDataTabs I guess I should follow your good example and create a TW which describes exactly what features I want for my own classrecords TW - and start all over again.... There are too many experiments and levels in my current TW... (as usual...) Cheers 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.

