2015-08-01 12:15:24 +00:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/macros
|
|
|
|
tags: $:/tags/Macro
|
|
|
|
|
|
|
|
\define display-heading-tiddler(level:"h1")
|
|
|
|
<$level$><$view field="title"/></$level$>
|
2015-08-01 17:10:00 +00:00
|
|
|
<$list filter='[tag<currentTiddler>!has[draft.of]]'>
|
2015-08-01 12:15:24 +00:00
|
|
|
<$tiddler>
|
2015-08-03 14:10:35 +00:00
|
|
|
{{||$:/plugins/tiddlywiki/text-slicer/templates/display-tiddler}}
|
2015-08-01 12:15:24 +00:00
|
|
|
</$tiddler>
|
|
|
|
</$list>
|
|
|
|
\end
|
|
|
|
|
|
|
|
\define display-list-tiddler(type:"ol")
|
|
|
|
<$type$>
|
2015-08-01 17:10:00 +00:00
|
|
|
<$list filter='[tag<currentTiddler>!has[draft.of]]'>
|
2015-08-01 12:15:24 +00:00
|
|
|
<li>
|
|
|
|
<$tiddler>
|
2015-08-03 14:10:35 +00:00
|
|
|
{{||$:/plugins/tiddlywiki/text-slicer/templates/display-tiddler}}
|
2015-08-01 12:15:24 +00:00
|
|
|
</$tiddler>
|
|
|
|
</li>
|
|
|
|
</$list>
|
|
|
|
</$type$>
|
|
|
|
\end
|