mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 22:06:48 +00:00
Text-slicer: Add support for notes within documents
This commit is contained in:
3
plugins/tiddlywiki/text-slicer/templates/static/note.tid
Normal file
3
plugins/tiddlywiki/text-slicer/templates/static/note.tid
Normal file
@@ -0,0 +1,3 @@
|
||||
title: $:/plugins/tiddlywiki/text-slicer/templates/static/note
|
||||
|
||||
<!-- Don't display notes in static mode -->
|
||||
@@ -20,6 +20,12 @@ title: $:/plugins/tiddlywiki/text-slicer/templates/static/tiddler
|
||||
|
||||
</$list>
|
||||
|
||||
<$list filter="[<toc-type>prefix[note]]" variable="item">
|
||||
|
||||
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/static/note" mode="block"/>
|
||||
|
||||
</$list>
|
||||
|
||||
<$list filter="[<toc-type>prefix[list]]" variable="item">
|
||||
|
||||
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/static/list" mode="block"/>
|
||||
|
||||
Reference in New Issue
Block a user