kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Use proper tag pills in the tag manager
rodzic
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>
|
||||
|
|
Ładowanie…
Reference in New Issue