kopia lustrzana https://github.com/miklobit/TiddlyWiki5
17 wiersze
307 B
Plaintext
17 wiersze
307 B
Plaintext
title: $:/core/macros/list
|
|
tags: $:/tags/Macro
|
|
|
|
\define list-links(filter,type:"ul",subtype:"li",class:"")
|
|
<$type$ class="$class$">
|
|
<$list filter="$filter$">
|
|
<$subtype$>
|
|
<$link to={{!!title}}>
|
|
<$transclude field="caption">
|
|
<$view field="title"/>
|
|
</$transclude>
|
|
</$link>
|
|
</$subtype$>
|
|
</$list>
|
|
</$type$>
|
|
\end
|