mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Drop the count column from the tag manager
It increases the horizontal width of the table, and isn’t particularly useful.
This commit is contained in:
parent
ef28630d9a
commit
40567c2f88
@ -28,7 +28,6 @@ RelativeDate/Past/Seconds: <<period>> seconds ago
|
||||
RelativeDate/Past/Years: <<period>> years ago
|
||||
SystemTiddler/Tooltip: This is a system tiddler
|
||||
TagManager/Colour/Heading: Colour
|
||||
TagManager/Count/Heading: Count
|
||||
TagManager/Icon/Heading: Icon
|
||||
TagManager/Tag/Heading: Tag
|
||||
UnsavedChangesWarning: You have unsaved changes in TiddlyWiki
|
||||
|
@ -26,14 +26,12 @@ title: $:/TagManager
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><<lingo Tag/Heading>></th>
|
||||
<th><<lingo Count/Heading>></th>
|
||||
<th><<lingo Colour/Heading>></th>
|
||||
<th><<lingo Icon/Heading>></th>
|
||||
</tr>
|
||||
<$list filter="[tags[]!is[system]sort[title]]">
|
||||
<tr>
|
||||
<td><$transclude tiddler="$:/core/ui/TagTemplate"/></td>
|
||||
<td><$count filter="[all[current]tagging[]]"/></td>
|
||||
<td><$edit-text field="color" tag="input" type="text" size="9"/> <$edit-text field="color" tag="input" type="color"/></td>
|
||||
<td><$macrocall $name="iconEditor" title={{!!title}}/></td>
|
||||
</tr>
|
||||
|
@ -28,7 +28,6 @@ RelativeDate/Past/Seconds: vor <<period>> Sekunden
|
||||
RelativeDate/Past/Years: vor <<period>> Jahren
|
||||
SystemTiddler/Tooltip: Das ist ein System-Tiddler
|
||||
TagManager/Colour/Heading: Farbe
|
||||
TagManager/Count/Heading: Anzahl
|
||||
TagManager/Icon/Heading: Symbol
|
||||
TagManager/Tag/Heading: Tag
|
||||
UnsavedChangesWarning: TiddlyWiki wurde geändert, aber noch nicht gespeichert!
|
@ -28,7 +28,6 @@ RelativeDate/Past/Seconds: il y a <<period>> secondes
|
||||
RelativeDate/Past/Years: il y a <<period>> ans
|
||||
SystemTiddler/Tooltip: Ceci est un tiddler système
|
||||
TagManager/Colour/Heading: Couleur
|
||||
TagManager/Count/Heading: Quantité
|
||||
TagManager/Icon/Heading: Icone
|
||||
TagManager/Tag/Heading: Tag
|
||||
UnsavedChangesWarning: Vos dernières modifications n'ont pas été sauvegardées dans votre TiddlyWiki
|
||||
|
@ -24,6 +24,5 @@ RelativeDate/Past/Seconds: <<period>> 秒前
|
||||
RelativeDate/Past/Years: <<period>> 年前
|
||||
SystemTiddler/Tooltip: これはシステム tiddler です
|
||||
TagManager/Colour/Heading: 色
|
||||
TagManager/Count/Heading: カウント
|
||||
TagManager/Icon/Heading: アイコン
|
||||
TagManager/Tag/Heading: タグ
|
||||
|
@ -28,7 +28,6 @@ RelativeDate/Past/Seconds: <<period>> 秒前
|
||||
RelativeDate/Past/Years: <<period>> 年前
|
||||
SystemTiddler/Tooltip: 此为系统条目
|
||||
TagManager/Colour/Heading: 颜色
|
||||
TagManager/Count/Heading: 数量
|
||||
TagManager/Icon/Heading: 图标
|
||||
TagManager/Tag/Heading: 标签
|
||||
UnsavedChangesWarning: 在此 TiddlyWiki 您有尚未保存的变更
|
||||
|
@ -28,7 +28,6 @@ RelativeDate/Past/Seconds: <<period>> 秒前
|
||||
RelativeDate/Past/Years: <<period>> 年前
|
||||
SystemTiddler/Tooltip: 此為系統條目
|
||||
TagManager/Colour/Heading: 顏色
|
||||
TagManager/Count/Heading: 數量
|
||||
TagManager/Icon/Heading: 圖示
|
||||
TagManager/Tag/Heading: 標籤
|
||||
UnsavedChangesWarning: 在此 TiddlyWiki 您有尚未儲存的變更
|
||||
|
Loading…
Reference in New Issue
Block a user