mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 07:06:44 +00:00
Text-slicer: Add support for definition lists
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/def-list
|
||||
|
||||
\define body()
|
||||
<dl>
|
||||
<$list filter="""[all[current]] $(tv-exclude-filter)$ +[limit[1]]""" variable="item">
|
||||
<$list filter={{!!toc-list-filter}} template="$:/plugins/tiddlywiki/text-slicer/templates/interactive/tiddler"/>
|
||||
</$list>
|
||||
</dl>
|
||||
\end
|
||||
|
||||
<<body>>
|
||||
Reference in New Issue
Block a user