I exported a couple of random tiddlers to .tid
format and looked at those files. It looks like the fields (all but text
, which is at the bottom of the file) are sorted alphabetically by name.
Yet, https://tiddlywiki.com/#TiddlerFiles does not elaborate on the order of fields in the file.
A third “source of truth” on this matter would be the TiddlyWiki source code repository, but it is too big and scary for me to study, hence the question.
Is the order of fields in a .tid file relevant or not? Is TiddlyWiki able to import a .tid file with fields sorted in arbitrary order? If yes, then why do the fields seem to be sorted in exported .tid files, is it just a side effect?