mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 23:03:50 +00:00
sidebar-tools tab new syntax, fix formatting in story river
This commit is contained in:
parent
3657e59a08
commit
abad8dfd1b
@ -2,31 +2,26 @@ title: $:/core/ui/SideBar/Tools
|
|||||||
tags: $:/tags/SideBar
|
tags: $:/tags/SideBar
|
||||||
caption: {{$:/language/SideBar/Tools/Caption}}
|
caption: {{$:/language/SideBar/Tools/Caption}}
|
||||||
|
|
||||||
\define lingo-base() $:/language/ControlPanel/
|
\whitespace trim
|
||||||
\define config-title()
|
|
||||||
$:/config/PageControlButtons/Visibility/$(listItem)$
|
\procedure lingo-base() $:/language/ControlPanel/
|
||||||
\end
|
\function config-title() [[$:/config/PageControlButtons/Visibility/$(listItem)$]substitute[]]
|
||||||
|
|
||||||
<<lingo Basics/Version/Prompt>> <<version>>
|
<<lingo Basics/Version/Prompt>> <<version>>
|
||||||
|
|
||||||
<$set name="tv-config-toolbar-icons" value="yes">
|
<$let tv-config-toolbar-icons="yes"
|
||||||
|
tv-config-toolbar-text="yes"
|
||||||
<$set name="tv-config-toolbar-text" value="yes">
|
tv-config-toolbar-class=""
|
||||||
|
>
|
||||||
<$set name="tv-config-toolbar-class" value="">
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem">
|
||||||
|
<div class={{{ [<listItem>encodeuricomponent[]addprefix[tc-btn-]] tc-sidebar-tools-item +[join[ ]] }}}
|
||||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem">
|
data-title=<<listItem>>
|
||||||
|
>
|
||||||
<div style="position:relative;" class={{{ [<listItem>encodeuricomponent[]addprefix[tc-btn-]] }}}>
|
<$checkbox tiddler=<<config-title>> field="text" checked="show" unchecked="hide" default="show" class="tc-tiny-gap-right"/>
|
||||||
|
<$transclude tiddler=<<listItem>>/>
|
||||||
<$checkbox tiddler=<<config-title>> field="text" checked="show" unchecked="hide" default="show"/> <$transclude tiddler=<<listItem>>/> <i class="tc-muted"><$transclude tiddler=<<listItem>> field="description"/></i>
|
<i class="tc-tiny-gap-left tc-muted">
|
||||||
|
<$transclude tiddler=<<listItem>> field="description"/>
|
||||||
</div>
|
</i>
|
||||||
|
</div>
|
||||||
</$list>
|
</$list>
|
||||||
|
</$let>
|
||||||
</$set>
|
|
||||||
|
|
||||||
</$set>
|
|
||||||
|
|
||||||
</$set>
|
|
||||||
|
@ -910,7 +910,8 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-sidebar-header .tc-sidebar-lists p {
|
.tc-sidebar-header .tc-sidebar-lists p,
|
||||||
|
.tc-sidebar-tools-item {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user