1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 23:10:46 +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> <tbody>
<tr> <tr>
<th>Tag</th> <th>Tag</th>
<th>Count</th>
<th>Colour</th> <th>Colour</th>
</tr> </tr>
<$list filter="[tags[]sort[title]]"> <$list filter="[tags[]sort[title]]">
<tr> <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> <td><$edit-text field="color" tag="input" type="color"/></td>
</tr> </tr>
</$list> </$list>