Use proper tag pills in the tag manager

print-window-tiddler
Jermolene 2014-02-25 21:22:15 +00:00
rodzic cdc99ac29c
commit bcc282016e
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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>