There are a bunch of images in the tiddlywiki core
You can list them by creating a tiddler with this as the text. You can
place them into your text by copying the {{image name}} text into your
tiddler. I personally haven't yet figured out how to remember the method to
paste new images into TW but, once you get one in, you can transclude it
into other tiddlers.
\define getImage(image)
$image$ `{{$:/core/images/$image$}}`<$transclude
tiddler="$:/core/images/$image$" />
\end
<$list filter="[all[shadows+tiddlers]removeprefix[$:/core/images/]]">
<$macrocall $name="getImage" image=<<currentTiddler>> />
</$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/1e3d0ef5-d238-4910-913b-ebd6bdb08873%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.