[tw5] Re: [TW5] Delete tiddler on click/mass delete

2024-03-06 Thread Eric Shulman
If you can use a filter to get the list the tiddlers you want to delete, then you can use the delete button (“trash can”) in $:/AdvancedSearch > Filters tab to bulk delete all matching tiddlers. If you want to exclude a few specific tiddlers from your filtered list, you can add

[tw5] Re: [TW5] Delete tiddler on click/mass delete

2024-03-06 Thread Marc J. Cawood
OK, solved it using this info: https://talk.tiddlywiki.org/t/is-there-a-quick-way-to-delete-old-tiddlers-i-copied-from-main-tw/6143 Make a tiddler called Purge1 with this content (making sure to adapt the filter on the Make Purge2 List button): 1. Edit this Purge1 tiddler and set the filter

[tw5] Re: [TW5] Delete tiddler on click/mass delete

2024-03-05 Thread Marc J. Cawood
Found this thread searching for "mass delete tiddlywiki". Does anyone know how we can mass delete a list of tiddlers without clicking (and confirming) on 1000's of delete icons? On Thursday, December 11, 2014 at 5:14:05 PM UTC+1 Tobias Beer wrote: > Hi Danielo, > > >> maybe you want to update

[tw5] Delete Tiddler

2020-12-28 Thread Julie Sullivan
How do I delete my tiddler? I've attempted to delete it and/or pages and I'm unable to save my pages. Please advise. -- 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

[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-12-11 Thread Danielo Rodríguez
El martes, 9 de diciembre de 2014 14:47:56 UTC+1, Tobias Beer escribió: FYI: the syntax of this has changed slightly in post-beta versions of TiddlyWiki5: tw-delete-tiddler is now tm-delete-tiddler Thanks for that... http://tb5.tiddlyspot.com/#Deleting%20Tiddlers%20Via%20Lists Best

[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-12-11 Thread Tobias Beer
Hi Danielo, maybe you want to update your example for: class=tc-btn-invisible tc-btn-mini instead of class=btn-invisible btn-mini Ah, thanks for that. I actually deleted the classes now, since I don't quite like the look of that bin in b/w. I think it would be reasonable to have the

[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-12-09 Thread Michael Wiktowy
On Sunday, May 11, 2014 2:28:14 AM UTC-4, Matabele wrote: Hi Adding to Stephan's code -- put this in a tiddler (called, for example: 'Clean'): table trthFilter /thtd$edit-text tiddler=$:/temp/filter//td/tr /table $list filter={{$:/temp/filter!!text}} $button

[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-12-09 Thread Tobias Beer
FYI: the syntax of this has changed slightly in post-beta versions of TiddlyWiki5: tw-delete-tiddler is now tm-delete-tiddler Thanks for that... http://tb5.tiddlyspot.com/#Deleting%20Tiddlers%20Via%20Lists Best wishes, Tobias. -- You received this message because you are subscribed to

[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-05-11 Thread Matabele
Hi Adding to Stephan's code -- put this in a tiddler (called, for example: 'Clean'): table trthFilter /thtd$edit-text tiddler=$:/temp/filter//td/tr /table $list filter={{$:/temp/filter!!text}} $button message=tw-delete-tiddler param={{!!title}} class=btn-invisible

[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-05-11 Thread Matabele
Hi P.S. Filters like [tag[mytag]search[mytext]] are more specific and will shorten the list for review. regards On Saturday, May 10, 2014 9:53:05 PM UTC+2, Joe Bush wrote: Hello all, is there a way to set up a list with a link to delete the tiddler in question? I'm trying to set up a way

[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-05-10 Thread Stephan Hradek
2 clicks per tiddler: $list filter=[tag[myTag]] $button message=tw-delete-tiddler param={{!!title}}$view field=title/$button /$list -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from

[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-05-10 Thread Joe Bush
Wow, thanks, that was exactly what I needed. On Saturday, May 10, 2014 5:45:40 PM UTC-5, Stephan Hradek wrote: 2 clicks per tiddler: $list filter=[tag[myTag]] $button message=tw-delete-tiddler param={{!!title}}$view field=title/$button /$list -- You received this message because you