1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00

Use proper tag pills in the tag manager

This commit is contained in:
Jermolene 2014-02-25 21:22:15 +00:00
parent cdc99ac29c
commit bcc282016e

View File

@ -4,11 +4,13 @@ title: $:/TagManager
<tbody>
<tr>
<th>Tag</th>
<th>Count</th>
<th>Colour</th>
</tr>
<$list filter="[tags[]sort[title]]">
<tr>
<td><$view field="title"/></td>
<td><$transclude tiddler="$:/core/ui/TagTemplate"/></td>
<td><$count filter="[is[current]tagging[]]"/></td>
<td><$edit-text field="color" tag="input" type="color"/></td>
</tr>
</$list>