mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Use proper tag pills in the tag manager
This commit is contained in:
parent
cdc99ac29c
commit
bcc282016e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user