> what if "configuration" had a space charater ? ( "Top 5" indeed ) Then put the whole param in quotes:
<<tagGrid "=Top 5" ... > for less talkative cells, I have commented the lines here below Although altering my plugin code is *allowed*, I *very strongly* discourage people from making modifications. As soon as you share YOUR document with even ONE other person, you will be re-distributing a "variant plugin". Of course, for *your* purposes, this is what you want... But for *me*, it creates a never- ending hassle, because the modified code inevitably finds it's way into the 'wild', and then I get "bug reports" about "broken features"... which take time to investigate. Also note that, **I will provide NO support for modified plugins** Any problems you have with your changes (or with any other part of the plugin, whether altered or not) are *yours* to deal with.... and if a variant plugin *does* start to cause me hassles or takes time away from other projects, I will be really, really annoyed. If there are feature enhancements you would like, please *make a request*... if they can be implemented as an *options*, and are generally applicable to more than just your particular use-case, then I will likely add it to the official plugin. see also: http://www.TiddlyTools.com/#LegalStatements -e Eric Shulman TiddlyTools / ELS Design Studios > And the results is just fine to my need > > // out+=" onclick='return > config.macros.tagGrid.toggleAllColumns(this,event,"+defOpen+")'>"+ > (defOpen?"<<<":">>>")+" > ... > // content+=hdr+" ("+label+")"; > // content+="</span></div><hr>"; > ... > // content+="<hr>"; > ... > // content+='<a href="javascript:;" > '+linkstyle+' > onclick="'+handler+'" title="'+tip+'">open all...</a><br>'; > ... > // content+='<a href="javascript:;" > '+linkstyle+' > onclick="'+handler+'" title="'+tip+'">new tiddler...</a>'; > > On Jul 19, 10:07 am, Eric Shulman <[email protected]> wrote: > > > > some tiddlers are tagged with "theme": > > > some tiddlers are tagged with "configuration" > > > some tiddlers are tagged with "idea" + "th1, th2, conf3" for exemple > > > I wish I could have a sumary table : > > > column header : my i configurations > > > row header : my j themes > > > cells : list of tiddlers tagged with idea + the column configuration > > > and the row theme > > > Please let me know if you have already seen something resembling > > > around. > > > This will generate 'cross-tabulated' output based on combinations of > > tags: > > http://www.TiddlyTools.com/#TagGridPlugin > > > For your use-case: > > <<tagGrid =configuration =theme "filter:idea" open inline>> > > > Note: if you have a lot of idea tiddlers shown in the table, you may > > want to omit the "inline" keyword so that each table cell shows the > > *number* of tiddlers, and clicking that number shows a popup with the > > list of cross-tabulated tiddlers. > > > enjoy, > > -e > > Eric Shulman > > TiddlyTools / ELS Design Studios -- 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.

