> Experimenting again. I am wondering if there is a way to insert an > image into a TiddlyWiki tab. I tried > > <<tabs txtTOC > [img[http://www.giffmex.org/images/giffmexlogo.jpg]] "Image" "Image" > > but it just displays [img[http://www.giffmex.org/images/ > giffmexlogo.jpg]] as text.
As you have discovered, the text label specified in the <<tabs>> macro are just text, they cannot contain wiki-syntax (or HTML syntax either). Fortunately, there *is* a solution: http://www.TiddlyTools.com/#SetIconPlugin http://www.TiddlyTools.com/#SetIconPluginInfo I have just posted a new release of the plugin (v1.9.0) that lets you specify optional text to *match* to find the desired link: <<setIcon imageURL find:"text" ...>> This can be used with any embedded link syntax, but is particularly useful for adding icons to the links that are displayed as tabs when using <<tabs ...>> For example: <<tabs chkTest About "About This document" About Legal "legal info" LegalStatements>> <<setIcon information.png label:"About">> <<setIcon exclamation.png label:"Legal">> enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios ---- TiddlyTools NEEDS your FINANCIAL support... HELP ME TO CONTINUE TO HELP YOU! Make a generous donation today: http://www.TiddlyTools.com/#Donations Professional TiddlyWiki Consulting Services... ANALYSIS, DESIGN, and CUSTOM SOLUTIONS: http://www.TiddlyTools.com/#Contact -- 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.

