2013-08-21 20:51:45 +01:00
|
|
|
title: $:/core/ui/ViewTemplate/title
|
|
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
|
2013-10-15 08:36:19 +01:00
|
|
|
\define title-styles()
|
|
|
|
fill:$(foregroundColor)$;
|
|
|
|
\end
|
2014-07-27 11:43:26 +01:00
|
|
|
\define config-title()
|
2014-07-29 10:20:13 +01:00
|
|
|
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
|
2014-07-27 11:43:26 +01:00
|
|
|
\end
|
2014-08-28 18:59:35 +01:00
|
|
|
<div class="tc-tiddler-title">
|
2014-11-08 17:51:35 +00:00
|
|
|
<div class="tc-titlebar">
|
2014-08-28 18:59:35 +01:00
|
|
|
<span class="tc-tiddler-controls">
|
2014-07-29 10:20:13 +01:00
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list>
|
2014-03-13 17:40:53 +00:00
|
|
|
</span>
|
2015-06-13 15:22:50 +01:00
|
|
|
<$set name="tv-wikilinks" value={{$:/config/Tiddlers/TitleLinks}}>
|
|
|
|
<$link>
|
2014-03-13 17:40:53 +00:00
|
|
|
<$set name="foregroundColor" value={{!!color}}>
|
2014-11-22 09:42:36 +00:00
|
|
|
<span class="tc-tiddler-title-icon" style=<<title-styles>>>
|
2014-03-13 17:40:53 +00:00
|
|
|
<$transclude tiddler={{!!icon}}/>
|
|
|
|
</span>
|
|
|
|
</$set>
|
2014-04-03 20:49:16 +01:00
|
|
|
<$list filter="[all[current]removeprefix[$:/]]">
|
2014-11-08 17:51:35 +00:00
|
|
|
<h2 class="tc-title" title={{$:/language/SystemTiddler/Tooltip}}>
|
2014-08-28 19:41:29 +01:00
|
|
|
<span class="tc-system-title-prefix">$:/</span><$text text=<<currentTiddler>>/>
|
2014-11-08 17:51:35 +00:00
|
|
|
</h2>
|
2014-03-13 17:40:53 +00:00
|
|
|
</$list>
|
2014-04-03 20:49:16 +01:00
|
|
|
<$list filter="[all[current]!prefix[$:/]]">
|
2014-11-08 17:51:35 +00:00
|
|
|
<h2 class="tc-title">
|
2014-03-13 17:40:53 +00:00
|
|
|
<$view field="title"/>
|
2014-06-16 17:34:20 +01:00
|
|
|
</h2>
|
2014-11-08 17:51:35 +00:00
|
|
|
</$list>
|
2015-06-13 15:22:50 +01:00
|
|
|
</$link>
|
|
|
|
</$set>
|
2014-11-08 17:51:35 +00:00
|
|
|
</div>
|
2013-08-21 20:51:45 +01:00
|
|
|
|
2014-11-22 09:42:36 +00:00
|
|
|
<$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes">
|
2013-08-21 20:51:45 +01:00
|
|
|
|
2013-10-30 13:36:44 +00:00
|
|
|
<$transclude tiddler="$:/core/ui/TiddlerInfo"/>
|
2013-08-21 20:51:45 +01:00
|
|
|
|
2014-03-13 17:40:53 +00:00
|
|
|
</$reveal>
|
|
|
|
</div>
|