Hello All,
I use following script with inlinejavascript plugin, it removes a
field from a tiddler.
The problem is that it takes ages to run and most times it freezes FF
4.0.
<script>
var tids =store.getTiddlers('title')
for ( i=1 ; i < tids.length ; i++ ) {
delete tids[i].fields['fieldname'];
stor.saveTiddler(tids[i].title ........ tids[i].fields );
}
</script>
Is there a more effective code ???
Okido
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywikidev?hl=en.