Perfect, thank you very much - I will try both solutions
Eric Shulman schrieb am Mittwoch, 26. Mai 2021 um 15:14:18 UTC+2:
> 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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/24796acf-d600-41fc-9a70-f60de4c01ffbn%40googlegroups.com.