mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 18:07:57 +00:00
Text-slicer: Add support for definition lists
This commit is contained in:
11
plugins/tiddlywiki/text-slicer/templates/static/def-list.tid
Normal file
11
plugins/tiddlywiki/text-slicer/templates/static/def-list.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
title: $:/plugins/tiddlywiki/text-slicer/templates/static/def-list
|
||||
|
||||
<$list filter="""[all[current]] $(tv-exclude-filter)$ +[limit[1]]""" variable="item">
|
||||
|
||||
`<dl class="`{{||$:/plugins/tiddlywiki/text-slicer/templates/static/helpers/classes}}`">`
|
||||
|
||||
<$list filter={{!!toc-list-filter}} template="$:/plugins/tiddlywiki/text-slicer/templates/static/tiddler"/>
|
||||
|
||||
`</dl>`
|
||||
|
||||
</$list>
|
||||
Reference in New Issue
Block a user