1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-19 10:49:43 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/ui/toolbar/tiddler-toolbar.tid
Jermolene 0be82ea7fb Text-slicer: Introduce separate static templates
Much easier to have separate sets of templates for interactive vs
static document trees
2015-08-31 19:50:56 +01:00

6 lines
255 B
Plaintext

title: $:/plugins/tiddlywiki/text-slicer/ui/toolbar/tiddler-toolbar
<div class="tc-slice-toolbar">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TextSlicerToolbar]!has[draft.of]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
</div>