mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Add $:/tags/TiddlerInfoSegment for adding segments to the tiddler info panel
This commit is contained in:
parent
65af4e7748
commit
19f7287a53
@ -35,7 +35,7 @@ $:/config/ViewToolbarButtons/Visibility/$(listItem)$
|
||||
|
||||
<$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes">
|
||||
|
||||
<$transclude tiddler="$:/core/ui/TiddlerInfo"/>
|
||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]" variable="listItem"><$transclude tiddler=<<listItem>> mode="block"/></$list>
|
||||
|
||||
</$reveal>
|
||||
</div>
|
@ -54,6 +54,7 @@ These are the available system tags
|
||||
|<<tag "$:/tags/TagDropdown">> |for tags dropdown sorting |
|
||||
|<<tag "$:/tags/Texteditor/Snippet">> |for text snippets |
|
||||
|<<tag "$:/tags/TiddlerInfo">> |for tiddler info panel tabs |
|
||||
|<<tag "$:/tags/TiddlerInfoSegment">> |for tiddler info panel segments |
|
||||
|<<tag "$:/tags/TiddlerInfo/Advanced">> |for tabs under the advanced tiddler tab |
|
||||
|<<tag "$:/tags/ToolbarButtonStyle">> |for the style of the buttons |
|
||||
|<<tag "$:/tags/TopLeftBar">> |for the top left bar |
|
||||
|
Loading…
Reference in New Issue
Block a user