Thanks in advance,
Cade
Where I want tiddlers to be transcluded if they exist and a button to create the tiddler if they don't exist in my table.
\define btn(title)
<$button class="tc-btn-invisible tc-tiddlylink">
<$action-createtiddler $basetitle="$title$" />
Create Tiddler: $title$
</$button>
\end
\define conditionaltiddler(title)
<$list filter="[$title$]" emptyMessage=<<btn>>>{{$title$}}</$list>
\end
I think I follow what you are doing, but now it's not putting out the button link at all. Is there any kind of debug mode so you can see all the processing steps before rendering?
I think I follow what you are doing, but now it's not putting out the button link at all. Is there any kind of debug mode so you can see all the processing steps before rendering?