I want a filter expression that will show ALL images, including system icons. This is what I have so far, but it’s not showing system images. [is[image]]
Someone please point me in the right direction. Thank you.
This will be a start [all[shadows+tiddlers]is[image]]
but then “images” is not nessasarily a technical term, there are external images, svg and posibly others. Try this in Advanced Search Filters;
[all[shadows+tiddlers]tag[$:/tags/Image]] [all[shadows+tiddlers]is[image]] +[sort[]]
Also see the type field with the prefix image, or tiddlers with the _canonical_uri
field…