I would like to import a large group of tiddlers into another wiki, but can't guarantee there aren't a few with the same title, and I do not want overwrites.
So I simply want to change the title of every (nonsystem) tiddler in the export file to add a prefix of "." (period)
It sounds like it should be easy but I am not there yet.
My best guess is:
1) Use fieldmangler widget to add message field "title2"
2) Use addprefix to add "." to "title" and place it into title2
3) Replace "title" with "title2"
As always, any thoughts are appreciated
JWHoneycutt