After fooling with it and altering the filter and adding some features, I 
got it - thanks for the point in the right direction!

\define btn(title)
<$button class="tc-btn-invisible tc-tiddlylink">
<$action-createtiddler $basetitle="$title$" />
<$action-navigate $to="$title$" $scroll="yes"/>
Missing: $title$
</$button>
\end

[image: Capture.PNG]


\define conditionaltiddler(title)
<$list filter="[title[$title$]] +[has[title]]" emptyMessage=<<btn 
"""$title$""">>>{{$title$}} ([[Edit|$title$]])</$list>
\end

On Tuesday, August 27, 2019 at 4:21:19 PM UTC-5, Cade Roux wrote:
>
> 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?
>
>
> [image: Capture.PNG]
>
>
> On Tuesday, August 27, 2019 at 4:08:32 PM UTC-5, Eric Shulman wrote:
>>
>> On Tuesday, August 27, 2019 at 1:30:17 PM UTC-7, Cade Roux wrote:
>>>
>>> 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.
>>>
>>
>> try this:
>>
>> \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
>>
>> enjoy,
>> -e
>> Eric Shulman
>> TiddlyTools: "Small Tools for Big Ideas!" (tm) 
>> http://tiddlytools.github.io (TWClassic)
>> InsideTiddlyWiki: The Missing Manuals
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f053f561-039f-4e28-9fc7-ae952c35da89%40googlegroups.com.

Reply via email to