Is there a way to do a linked list of all images in a TiddlyWiki?
Currently, I'm using the following to cover all my bases:
<<list-links "[suffix[jpg]]">>
<<list-links "[suffix[gif]]">>
<<list-links "[suffix[svg]]">>
<<list-links "[suffix[png]]">>
<<list-links "[suffix[ico]]">>
<<list-links "[suffix[icon]]">>
Is there a way to do this with one line of code? I'd like to be able to sort my images by title, but as long as they're broken up into several lists that won't work very well.