If you want to be able to set the text on the browser tab and to put an image in that place on the wiki itself the simplest way is unfortunately to edit the tiddler $:/core/ui/PageTemplate/sidebar A few lines from the top there is the line
<$transclude tiddler="$:/SiteTitle" mode="inline"/> replace that with the code to display the image you want. It isn't a very clean solution but it should work. And if something breaks you can just delete the tiddler $:/core/ui/PageTemplate/sidebar to reset it to normal. There may be a nicer way but I don't think so. I am pretty certain that the text displayed by the browser tab is taken directly from the $:/SiteTitle tiddler so changing that would take more than just editing a template. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d8232a0c-3ba1-4ba5-84de-32e8b19c980c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

