mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 05:14:36 +00:00
Text-slicer: Add support for notes within documents
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/note
|
||||
|
||||
\define body()
|
||||
<div class="tc-slice-note">
|
||||
|
||||
<$link tag="div" class="tc-document-tiddler-link tc-document-tiddler">
|
||||
|
||||
<$list filter="""[all[current]] $(tv-exclude-filter)$ +[limit[1]]""" variable="item">
|
||||
|
||||
<$transclude/>
|
||||
|
||||
</$list>
|
||||
|
||||
</$link>
|
||||
|
||||
</div>
|
||||
\end
|
||||
|
||||
<<body>>
|
||||
Reference in New Issue
Block a user