1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-19 06:06:17 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/view-template-tiddler.tid
Jermolene 4cac7b6784 Lots of enhancement to the text-slicer plugin
Now includes a special document view column on the left. Headings can
be expanded/collapsed, and tiddler titles can be inspected and renamed
via the toolbar. Clicking on an entry opens the associated tiddler. The
default tiddler view template includes a special section for tiddlers
that are part of a document
2015-08-30 19:15:04 +01:00

24 lines
535 B
Plaintext

title: $:/plugins/tiddlywiki/text-slicer/templates/view-template-tiddler
tags: $:/tags/ViewTemplate
<$reveal type="nomatch" state="!!toc-type" text="">
<div class="tc-view-template-document-tiddler-heading">
//This tiddler is part of a document. The content as it appears in the document appears below.//
</div>
<div class="tc-view-template-document-tiddler">
<$set name="tv-default-heading-state" value="open">
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/template-tiddler"/>
</$set>
</div>
</$reveal>