mirror of https://gitlab.com/octtspacc/OcttKB
11 lines
352 B
Plaintext
11 lines
352 B
Plaintext
|
title: $:/plugins/tobibeer/inc/buttons/open
|
||
|
|
||
|
<$button tooltip="Open this tiddler" class=<<tv-config-toolbar-class>>>
|
||
|
<$action-navigate/>
|
||
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
||
|
{{$:/core/images/down-arrow}}
|
||
|
</$list>
|
||
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
||
|
<span class="tc-btn-text">open</span>
|
||
|
</$list>
|
||
|
</$button>
|