Mark, If you unzip the below file and drop the fileinfo-patch folder into the tiddlers folder and restart your server, multiline fields should correctly trigger saving tiddlers as .json
https://github.com/saqimtiaz/sq-tw/raw/master/fileinfo-patch.zip The files: - filesystem.js and filesystemadaptor.js from Joshua's patch - FileSystemExtensions has the filter: [type[text/vnd.tiddlywiki]then[.tid]] which does nothing mostly, as it enforces the .tid extension for text/vnd.tiddlywiki which is already the default. However this forces fileInfo and the filePath to be reevaluated for each tiddler matching the filter. So adding a multiline field correctly switches the fileformat to .json - the fourth tiddler is testmutiline, open it and type a few characters into the textarea. A tiddler called HelloThere2a will be created as .tid. Add a linebreak into the textarea, the tiddler will switch to being saved as .json. Hope this helps until we get a proper fix. Cheers, Saq -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/12c4cb37-a11a-41f5-8c6a-5e98f07019c0o%40googlegroups.com.

