TiddlyWiki5/core/templates
FlashSystems 2e47f277ac
Fix blank favicon if root-tiddler=$:/core/save/lazy-images is set (#5423)
If image lazy loading is used with node.js the favicon is blank. The
line `-[!is[system]is[image]]` excludes only non system images from
begin saved as full tiddlers. But the `[is[image]]` line includes system
images as skinny tiddlers. The created HTML file has all system image
tiddlers (as the favicon) listed twice. And the skinny tiddler seems to
win in this case and breaks the display of the favicon.

This patch fixes this issue by excluding system images from the skinny
tiddlers list.
2021-01-21 17:07:28 +00:00
..
exporters Hide .tid exporter when more than one tiddler to export 2020-12-08 17:48:58 +00:00
external-js Do not save temp tiddlers in single file (#4938) 2020-10-31 13:21:28 +00:00
server
MOTW.html.tid
alltiddlers.template.html.tid
canonical-uri-external-image.tid
canonical-uri-external-raw.tid
canonical-uri-external-text.tid
css-tiddler.tid
html-div-skinny-tiddler.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
html-div-tiddler.tid
html-tiddler.tid
javascript-tiddler.tid
json-tiddler.tid
module-tiddler.tid
plain-text-tiddler.tid
raw-static-tiddler.tid
save-all.tid Do not save temp tiddlers in single file (#4938) 2020-10-31 13:21:28 +00:00
save-empty.tid
save-lazy-all.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
save-lazy-images.tid Fix blank favicon if root-tiddler=$:/core/save/lazy-images is set (#5423) 2021-01-21 17:07:28 +00:00
single.tiddler.window.tid Compressing $set chains into one $vars (#4659) 2020-08-28 14:53:20 +01:00
split-recipe.tid
static-tiddler.tid
static.area.tid
static.content.tid
static.template.css.tid
static.template.html.tid
static.tiddler.html.tid Update static.tiddler.html.tid (#5148) 2020-11-30 17:56:19 +00:00
store.area.template.html.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
tid-tiddler.tid
tiddler-metadata.tid
tiddlywiki5.html.tid
version.tid
wikified-tiddler.tid