Hi!
Is there any way to have a favicon without an actual file? Namely, I want to use Eric's AttachFilePlugin.
I converted the file to binary form and created the appropriate tiddler. I also added the MIME type definition to AttachFileMIMETypes. The icon displays correctly inside a tiddler.
To MarkupPreHead, I added the following:
<link rel="icon" href="favicon.ico" type="image/x-icon" />
Locally, if the file is present, the icon displays correctly (though not in all browsers, but that's another story). Can this also be done without the actual file, with only the binary format?
Kristjan