On Wednesday, May 26, 2021 at 6:00:19 AM UTC-7 Jeremy Ruston wrote:

> [all[tiddlers+shadows]is[image]] 
> :filter[get[text]length[]compare:number:gteq[10000]]
>

Alternatively, the following wikitext will generate a table listing all 
image tiddlers with their size, sorted in descending order
<$vars length="[get[text]length[]]">
<$list filter="[all[tiddlers+shadows]is[image]!sortsub:number<length>]">
   <tr><td><$link /></td><td><$text text={{{ 
[<currentTiddler>get[text]length[]] }}}/></td></tr>
</$list>
</table>

enjoy,
-e

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8925eb40-4f47-4e6d-9a2e-50d2d9e67f8dn%40googlegroups.com.

Reply via email to