mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-28 16:12:55 +00:00
Add "none" as an option in the icon dropdown in tag manager (#4361)
* add no-icon option to tagmanager and add ... ... whitespace trims * Update Misc.multids
This commit is contained in:
parent
1bcb381570
commit
5d0e4732b2
@ -66,6 +66,7 @@ SystemTiddlers/Include/Prompt: Include system tiddlers
|
|||||||
TagManager/Colour/Heading: Colour
|
TagManager/Colour/Heading: Colour
|
||||||
TagManager/Count/Heading: Count
|
TagManager/Count/Heading: Count
|
||||||
TagManager/Icon/Heading: Icon
|
TagManager/Icon/Heading: Icon
|
||||||
|
TagManager/Icons/None: None
|
||||||
TagManager/Info/Heading: Info
|
TagManager/Info/Heading: Info
|
||||||
TagManager/Tag/Heading: Tag
|
TagManager/Tag/Heading: Tag
|
||||||
Tiddler/DateFormat: DDth MMM YYYY at hh12:0mmam
|
Tiddler/DateFormat: DDth MMM YYYY at hh12:0mmam
|
||||||
|
@ -4,6 +4,8 @@ color: #bbb
|
|||||||
|
|
||||||
\define lingo-base() $:/language/TagManager/
|
\define lingo-base() $:/language/TagManager/
|
||||||
\define iconEditorTab(type)
|
\define iconEditorTab(type)
|
||||||
|
\whitespace trim
|
||||||
|
<$link to=""><<lingo Icons/None>></$link>
|
||||||
<$list filter="[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[sort[title]] +[$type$is[system]]">
|
<$list filter="[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[sort[title]] +[$type$is[system]]">
|
||||||
<$link to={{!!title}}>
|
<$link to={{!!title}}>
|
||||||
<$transclude/> <$view field="title"/>
|
<$transclude/> <$view field="title"/>
|
||||||
@ -11,6 +13,7 @@ color: #bbb
|
|||||||
</$list>
|
</$list>
|
||||||
\end
|
\end
|
||||||
\define iconEditor(title)
|
\define iconEditor(title)
|
||||||
|
\whitespace trim
|
||||||
<div class="tc-drop-down-wrapper">
|
<div class="tc-drop-down-wrapper">
|
||||||
<$button popupTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} class="tc-btn-invisible tc-btn-dropdown">{{$:/core/images/down-arrow}}</$button>
|
<$button popupTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} class="tc-btn-invisible tc-btn-dropdown">{{$:/core/images/down-arrow}}</$button>
|
||||||
<$reveal stateTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} type="popup" position="belowleft" text="" default="">
|
<$reveal stateTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} type="popup" position="belowleft" text="" default="">
|
||||||
@ -25,6 +28,7 @@ color: #bbb
|
|||||||
</div>
|
</div>
|
||||||
\end
|
\end
|
||||||
\define toggleButton(state)
|
\define toggleButton(state)
|
||||||
|
\whitespace trim
|
||||||
<$reveal stateTitle=<<__state__>> type="match" text="closed" default="closed">
|
<$reveal stateTitle=<<__state__>> type="match" text="closed" default="closed">
|
||||||
<$button setTitle=<<__state__>> setTo="open" class="tc-btn-invisible tc-btn-dropdown" selectedClass="tc-selected">
|
<$button setTitle=<<__state__>> setTo="open" class="tc-btn-invisible tc-btn-dropdown" selectedClass="tc-selected">
|
||||||
{{$:/core/images/info-button}}
|
{{$:/core/images/info-button}}
|
||||||
@ -36,6 +40,7 @@ color: #bbb
|
|||||||
</$button>
|
</$button>
|
||||||
</$reveal>
|
</$reveal>
|
||||||
\end
|
\end
|
||||||
|
\whitespace trim
|
||||||
<table class="tc-tag-manager-table">
|
<table class="tc-tag-manager-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user