1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 00:33:15 +00:00
TiddlyWiki5/core/wiki/macros/list.tid

15 lines
237 B
Plaintext
Raw Normal View History

2014-09-11 14:52:47 +00:00
title: $:/core/macros/list
tags: $:/tags/Macro
\define list-links(filter,type:"ul",subtype:"li")
<$type$>
2014-09-11 14:52:47 +00:00
<$list filter="$filter$">
<$subtype$>
2014-09-11 14:52:47 +00:00
<$link to={{!!title}}>
<$view field="title"/>
</$link>
</$subtype$>
2014-09-11 14:52:47 +00:00
</$list>
</$type$>
2014-09-11 14:52:47 +00:00
\end