<$list filter="[subfilter<names>] +[!is[missing]]">In the first and second paragraph of you post there is a subtle difference.
The first is talking about the filter opperator missing[].
The second is talking about missing tiddlers.
There are some extra notes on the use of missing opperator in the doco that should not be missed.
Regards
Tony
[!is[tiddler]] [is[missing]] [has[title]]"[all[current]is[missing]]"
in <$list filter="[all[current]is[missing]]" variable=null>
[all[current]has:field[text]]
<$list filter="[all[current]has:field[text]]" variable=null>[all[current]!is[missing]]So, for checking if a title is an existing tiddler what can I do[!is[tiddler]] [is[missing]] [has[title]]
<$view> widget is displayed if the field or property is missing or empty.<$view tiddler=<<tiddlername>> field=title>
Display when not exist, like a button to create it using a template
</$view>