mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-26 01:50:28 +00:00
4cac7b6784
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
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/templates/template-list
|
|
|
|
\define body(type:"ul")
|
|
<$type$>
|
|
<$list filter={{!!text}} template="$:/plugins/tiddlywiki/text-slicer/templates/template-tiddler" listItem="item"/>
|
|
</$type$>
|
|
\end
|
|
|
|
<$macrocall $name="body" type={{!!toc-list-type}}/>
|