mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-05-10 19:34:09 +00:00
Make the text slicer tiddler toolbar be tag-driven
This commit is contained in:
parent
535d8d6fa0
commit
be0ebfeeae
@ -1,5 +1,5 @@
|
|||||||
title: $:/plugins/tiddlywiki/text-slicer/templates/tiddler-toolbar
|
title: $:/plugins/tiddlywiki/text-slicer/templates/tiddler-toolbar
|
||||||
|
|
||||||
<div class="tc-slice-toolbar" style="background:#def;">
|
<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>
|
</div>
|
||||||
|
4
plugins/tiddlywiki/text-slicer/toolbar-title.tid
Normal file
4
plugins/tiddlywiki/text-slicer/toolbar-title.tid
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
title: $:/plugins/tiddlywiki/text-slicer/toolbar/title
|
||||||
|
tags: $:/tags/TextSlicerToolbar
|
||||||
|
|
||||||
|
<$link><$text text=<<currentTiddler>>/></$link>
|
Loading…
x
Reference in New Issue
Block a user