Hello Forum,
I use Page TOC.
If there is an empty list, it looks like:
→ I’d like to supress the popup when gk0wk-tiddlertoc-viewbuttonpopup-empty
= ... keine Überschriften vorhanden ...
→ add condition to the code, but popup still appears…
What is wrong?
\whitespace trim
<div class="my-dots">
. . . . .
<%if [{gk0wk-tiddlertoc-viewbuttonpopup-empty}!match[... keine Überschriften vorhanden ...]] %>
<div class="my-hover-to-appear">
<span style="font-size: 1em; color: rgba(204, 204, 255, 0.6) !important; font-weight: 350">
<$page-toc tiddler=<<currentTiddler>> emptyMessage="... keine Überschriften vorhanden ..." scrollMode="start" h4="no" h5="no" h6="no" class="gk0wk-tiddlertoc-viewbuttonpopup" headerClassPrefix="gk0wk-tiddlertoc-viewbuttonpopup-" />
</span>
</div>
<%endif%>
</div>
Any help appreciated.
Thanks, Stefan