Hello Ulrik,

Sorry I almost forgot about this.

Here is how can you do it.

Firs of all I recommend you to create a tiddler and put the tag filter that 
you are going to use inside triple brazets. Something like this

{{{  [tag[tag1]tag[tag2]]  }}}

That will display a list of tiddlers that has te tag1 AND tag2. If you want 
tiddlers with any of those tags, just use

[tag[tag1]] [tag[tag2]]

after that, open a console and put the following sentences. Replace the 
example filter with your own filter 

var tiddlersToDelete=$tw.wiki.filterTiddlers("[tag[tag1]tag[tag2]]")

You can copy paste the following sentence.

for(var i in tiddlersToDelete) $tw.wiki.deleteTiddler(tiddlersToDelete[i])

After the previous sentence the tiddler you created at first step will go 
empty. Then save your wiki and you're done. I recommend to sabe a backup.

Let me know if you have any problem or if you finally got it.
Regards.

El miércoles, 16 de abril de 2014 15:09:05 UTC+2, Danielo Rodríguez 
escribió:
>
> Hello Ulrik 
>
> I have plans to develop a plugin for managing this kind of task. Export / 
> import plugins and deleting. 
>
> Meanwhile, if this is very urgent you can do it with the console of 
> chrome. I will give you the exact commands when I come back home. Regard 
>
>

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to