1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Make the text slicer tiddler toolbar be tag-driven

This commit is contained in:
Jermolene 2015-08-04 17:34:28 +01:00
parent 535d8d6fa0
commit be0ebfeeae
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
title: $:/plugins/tiddlywiki/text-slicer/templates/tiddler-toolbar
<div class="tc-slice-toolbar" style="background:#def;">
<$link><$text text=<<currentTiddler>>/></$link>
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TextSlicerToolbar]!has[draft.of]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
</div>

View File

@ -0,0 +1,4 @@
title: $:/plugins/tiddlywiki/text-slicer/toolbar/title
tags: $:/tags/TextSlicerToolbar
<$link><$text text=<<currentTiddler>>/></$link>