1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Add untagged to TagManager

Used for stats and easy access to the untagged pill
This commit is contained in:
Devin Weaver 2015-06-30 23:56:16 -04:00
parent 7d348b3733
commit 98a1ee1a8d

View File

@ -76,5 +76,16 @@ $title$$(currentTiddler)$
<td></td>
</tr>
</$list>
<tr>
<td></td>
<td>
{{$:/core/ui/UntaggedTemplate}}
</td>
<td>
<small class="tc-menu-list-count"><$count filter="[untagged[]!is[system]] -[tags[]]"/></small>
</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>