Thanks all, that works perfectly. On Tue, Sep 28, 2010 at 7:00 AM, Tobias Beer <[email protected]>wrote:
> Hi Eric, > > > http://www.TiddlyTools.com/#SetIconPlugin > > {{span{<<tag tagname>><<setIcon filename.jpg "" notext>>}}} > > Wow, this is great stuff!!! > > If you want to make it behave nicely with QuickOpenTagPlugin [1], you > must add the following to the code of SetIconPlugin right after this > line... > > if (!btn) return; // can't find a link > > //Fix for QuickOpenTagPlugin > jQuery(btn).closest('.quickopentag').children('.tiddlyLink').remove(); > > > @Eric Shulman > Is is it worth updating your plugin with this or would there be too > many other such fixes? > > @Simon Baird > I guess it were much better for QuickOpenTagPlugin to specify an > additional parameter for the <<tag>> macro by the name of > "showDefault" which renders the default tag button instead of a > "quickopentag". > > Cheers, Tobias. > > -- > 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]<tiddlywiki%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > > -- 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.

