Hi Tobias Thanks a lot! Thats real magic or maybe more rightly put: JS-poetry :-) I had a syntaxerror - "unknown sth if" When I replace the comma after "tpl=store.getTiddlerText(tpl)||''," with a ";" it seems to work, with the prompts, however saving still doesn't occur?! Saving of all edited tiddlers doesn't occur even if I edit/save one of the affected tiddlers. Should I input "autoSaveChanges();" somewhere?
See test here: (logged in as you) http://sandboxmm.tiddlyspace.com/#BatchText > replace: t.fields, with: merge(t.fields, config.defaultCustomFields), I should have guessed - Fnd gave me a lecture on that subject in the TiddlyWeb group. Thanks for the reminder - however it doesn't seem to have any effect on triggering save on affected tiddlers (tagged with UPDATE) > 2) Would your prompts be for each tiddler or one for all tiddlers? One for all tiddlers please.. > Depending on that you simply have to put a prompt inside or outside the for > loop and assign its return value to the corresponding variable, e.g. var > tgs=prompt("Please enter any tags.", "").readBracketedList(); With > readBracketedList you can specify any of... tagA "tag B" [[tag cdef]] Thanks for adding an option for adding tags - however what I'd like is a prompt for specifying which tiddlers should be affected by the script. I'd like a prompt in the script, where it asks for " tids=store.getTaggedTiddlers('UPDATE'), ". I'd like to be able to specify one or more tags instead of "UPDATE" - Is this possible? I'm impressed by your scripting skills - Thanks for "taking a hack" on this challenge. Cheers Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" 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/tiddlywiki?hl=en.

