Hi, just to enhance documentation after spending some hours to understand how favicon works. In this tiddler: http://tiddlywiki.com/#Setting%20a%20favicon You could add following lines to explain better how to add a favicon (tested on chrome 42 and firefox 37 on linux platform):
Already formatted for tiddliwiki * Search for favicon in search bar on right side and open or create $:/favicon.ico * convert your image (16x16) in base64, in linux just type in cli: ``` your_image_filename.ico base64 > favicon.txt ``` * again in tiddler $:/favicon.ico in plaintext first copy the content of favicon.txt (the base64 img) and then set the content type to "ico format icon file image/x-icon) *save best regards -- 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 http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f87a08f6-b195-4bec-bc78-4ee7ab7dc3b5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

