I known it could be done with this king of command
INDEX=/path/to/myTW/index.html
tiddlywiki --load $INDEX \
--deletetiddlers '[tag[IWantToDeleteTiddlersWithThatTag]]' \
--output /tmp --render "$:/core/save/all" "newindex.html" "text/plain"
How to do it from online TW?
The “dustbin” icon can only delete one by one,