Tony, I am sure you already know this, but anyone else, beginner like me, 
this won’t work for core images

<$image source={{!!title}} width=48></$image>

See How to use core images with ImageWidget? 
<https://groups.google.com/forum/#!topic/tiddlywiki/9MIBA63dk2o> for 
details. 

The final version of code that I used is

! Custom Images here

<$list filter="[is[image]]" emptyMessage="None Found"><$image 
source={{!!title}} width=48 />{{!!title}}<br/></$list>

! Core Images
<$list filter="[all[tiddlers+shadows]prefix[$:/core/images/]]">
 {{!!text}} {{$:/core/images/blank}} {{!!title}} <br/></$list>

​

-- 
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/3168fed3-f542-4d1c-8ed8-c3a6ae4f26b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to