Hi, 
I've imported a lot of.htm files which I now want to delete and I suspect 
the following excerpt might work if I could get the syntax right.
Any ideas?

$tw.wiki.each(function(tiddler, title) {
    if (title.substr(-4) === ".htm") {
   $tw.wiki.deleteTiddler(title);
});

Thanks
Jon

-- 
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