Hi Tony, I am not trying to export and import tiddlers. What I am trying to achieve is reference image files on disk, which filenames have patterns derived from the tiddler title, except for the invalid characters.
I just mentioned the export function because I noticed that the "export tiddler" button (which offers four formats to export: CSV, JSON, Static HTML and ".tid") issues a browser popup window that allows to save or open the tiddler, where the filename to be saved is the tiddler title, except for the invalid characters for filenames in Windows (< > : " \ ? *) and Linux (/) which are replaced by "_". I am now convinced that, as Mark S. already pointed out, this is probably done by the browser. Change the tiddler title is not an option, it needs to display any Unicode character except those invalid in tiddler titles. I could include a tiddler field with the "sanitized" tiddler title using an external script (there are hundreds of tiddlers), but this would be an asynchronous process. To stay in the TW realm, it seems my best bet is the FileSystemAdaptor that Jed Carty suggested in the beginning. Cheers, Márcio. On Wednesday, May 9, 2018 at 8:55:27 PM UTC-3, TonyM wrote: > > Marcio, > > But then you can save it with the UTF-8 file name such as when dragged and > drooped back on tiddlywiki it will restore the original name? > > If you really want to simplify the name why not change the title in > TiddlyWiki, I know that is obvious but I know how we can go down paths and > forget where we came from. > > Best Wishes > Tony > > -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/290e4a68-b672-41fc-94ca-cabff6bda082%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

