Talha,

Forgive me for that omission, Just find any image you load into or find 
already in TiddlyWiki

eg

<$image width="14" source="$:/core/images/copy-clipboard 
<http://127.0.0.1:8084/Core#%24%3A%2Fcore%2Fimages%2Fcopy-clipboard>"/>

To lookup what a widget is, beginning with a <$ like the above <$image 
search on TiddlyWiki.com for ImageWidget and you will see what it does.

These lists will help you locate images.

!!Custom Images here

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

</$details>

!!Core Images here

<$list filter="[all[tiddlers+shadows]prefix[$:/core/images/]]">
{{!!text}} <$image source={{!!title}} width=48></$image>{{!!title}}<br>
</$list>

Regards
Tony


On Sunday, July 8, 2018 at 5:51:43 AM UTC+10, talha131 wrote:
>
> Thank you, Tony. That’s very helpful. I am in the process of updating my 
> macro with the help of your example.
>
> Meanwhile, can you please explain this part
>
>
> <$image width="14" source="$:/PSaT/EditFields/Clipboard.png"/>
>
> When I use this source, I get an empty image. My list of shadown tiddlers 
> does not have any $:/PSaT/. I have searched the docs but couldn’t find 
> information on how to link to builtin images in TiddlyWiki.
> ​
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/abaa37b4-5cde-43d7-bde4-d0debee29174%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to