Quote from https://tiddlywiki.com/#TiddlerFiles
These files consist of a sequence of lines containing name:value pairs, a blank line and then the text of the tiddler.
The example that follows is most common. But I’m afraid the documentation is not explicit enough about edge cases.
title: Tiddler1
title: Tiddler2
title: Tiddler3
What is the value of text
field in each of these cases, when these three tiddlers get imported? Tiddler2
and Tiddler3
have blank lines (no whitespaces, just \n
) at the bottom.