Sometimes we want to write tiddler quickly, so we might create a button with a random title:
<$button>
<$action-createtiddler
$basetitle=<<now "[UTC]YY-0MM-0DD0hh0mm0ssXXX">>
$template="$:/state/mobile-imessage-layout/new"
tags={{$:/plugins/linonetwo/mobile-imessage-layout/settings/TagsOnCreate}}
type="text/vnd.tiddlywiki"
>
</$button>
For example, in Design a Layout for Mobile
I think we should add a system tag to mark these tiddlers as “Titleless”, so when showing them in “Recent” list or search result, we know we should directly show the text field of them, instead of showing the random title.
Some plugin like stream [ Streams ] : future development will also create some titleless tiddler.
What about $:/tags/NoTitle
Or do you prefer using a field for this, like titleless: yes
?