[tw5] Re: List all images and delete them

2022-03-04 Thread 'heusmich' via TiddlyWiki
This works great, thanks for the help.

Mark S. schrieb am Freitag, 4. März 2022 um 17:08:46 UTC+1:

> Be sure to make a backup! This can delete things! Also, if any of your 
> images are external images, it can not delete the images on your hard drive.
>
> Paste this into a tiddler and save. Delete the images you don't want.
>
> ```
> 
> <$list filter="[all[tiddlers]]:filter[get[type]prefix[image]]">
> <$transclude mode=inline/>
> <$button>Delete the image 
> <> ? 
> <$action-deletetiddler $tiddler=<> />
> 
> 
> 
> 
> ```
>
> On Wednesday, March 2, 2022 at 7:00:18 AM UTC-8 heusmich wrote:
>
>> Hi @all,
>>
>> Is there a possibility to list all images that I uploaded to my wiki?
>> I want to remove some of them because I don´t need them anymore but don´t 
>> know how I can see all uploaded images.
>> Maybe there is some kind of code that I can put in a tiddler that will 
>> show all images? Or another possibility?
>>
>> Best regards
>> heusmich
>>
>

-- 
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/865af9e9-bbd7-4d88-bd55-3f3039bf9783n%40googlegroups.com.


[tw5] Re: List all images and delete them

2022-03-04 Thread 'Mark S.' via TiddlyWiki
Be sure to make a backup! This can delete things! Also, if any of your 
images are external images, it can not delete the images on your hard drive.

Paste this into a tiddler and save. Delete the images you don't want.

```

<$list filter="[all[tiddlers]]:filter[get[type]prefix[image]]">
<$transclude mode=inline/>
<$button>Delete the image 
<> ? 
<$action-deletetiddler $tiddler=<> />




```

On Wednesday, March 2, 2022 at 7:00:18 AM UTC-8 heusmich wrote:

> Hi @all,
>
> Is there a possibility to list all images that I uploaded to my wiki?
> I want to remove some of them because I don´t need them anymore but don´t 
> know how I can see all uploaded images.
> Maybe there is some kind of code that I can put in a tiddler that will 
> show all images? Or another possibility?
>
> Best regards
> heusmich
>

-- 
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/bef1fa23-0771-49ef-98a2-14cbdf86990an%40googlegroups.com.