Skip to content

Commit

Permalink
Add $:/tags/TiddlerInfoSegment for adding segments to the tiddler inf…
Browse files Browse the repository at this point in the history
…o panel
  • Loading branch information
Jermolene committed Aug 30, 2018
1 parent 65af4e7 commit 19f7287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/ui/ViewTemplate/title.tid
Expand Up @@ -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>
1 change: 1 addition & 0 deletions editions/tw5.com/tiddlers/concepts/SystemTags.tid
Expand Up @@ -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 |
Expand Down

0 comments on commit 19f7287

Please sign in to comment.