“If you type something in the search box that doesn’t exist, there should be a button below the search field such as “Create new tiddler with this title.”
I am quite sure this problem has been solved before. I’ve searched here and can find it. In my mind it was solved by Mohammad Rahmani. I’ve look in his project - no joy
I’ve got this far
<$edit-text tiddler="$:/temp/search" type=“search” placeholder=“Search or create” />
<$list filter="[[$:/temp/search]!text[]]">
<$button tooltip=“Create new tiddler with this title”>
{{$:/core/images/new-button}}
<$action-createtiddler title={{$:/temp/search}} />
</$button>
</$list>
any pointers most welcome
Alex