> I think it were beneficial if tag buttons would indicate whether a tag > is being used or not... > [...] > function createTagButton(place,tag,excludeTiddler,title,tooltip) > [...] > addClass(btn,store.getTaggedTiddlers(tag).length>0?'hastags':'hasnotags');
Two concerns: a) performance - we'd need to do some profiling to ensure there's no significant impact here b) each such button would have to be refreshed when any tiddler is modified None of these seem like deal breakers, but it needs some investigation. Can you raise a ticket on Trac? -- F. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev?hl=en.
