“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>
Do you use Journal Tiddlers regularly? In a Journal Tiddler, you can type up your Search Queries in advance; thereby logging your own activity (for your own purposes). Then either:
1 Place [[]]around your query. If it shows up in italics, you know it doesn’t exist yet. 2 Copy the query and link it: CTRL+L. → Paste it into the search bar that pops up.