Add tc-tag-missing or tc-tag-exists to tag pills including docs (#7951)

* add tc-tag-missing or tc-tag-exists to tag pills including docs

* changes as requested

* macros not needed anymore - so remove

* fix the tag Macro docs
This commit is contained in:
Mario Pietsch
2024-03-28 19:07:54 +00:00
committed by GitHub
parent b4d7e34a5a
commit 2e0e541ebf
3 changed files with 41 additions and 7 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ color:$(foregroundColor)$;
>
<<__actions__>>
<$transclude tiddler=<<__icon__>>/>
<$view tiddler=<<__tag__>> field="title" format="text" />
<span class={{{ [<__tag__>is[missing]then[tc-tag-missing]else[tc-tag-exists]] }}}>
<$view tiddler=<<__tag__>> field="title" format="text" />
</span>
</$element-tag$>
</$let>
\end