mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-11 03:08:06 +00:00
More reference docs mangling
This commit is contained in:
14
core/wiki/macros/list.tid
Normal file
14
core/wiki/macros/list.tid
Normal file
@@ -0,0 +1,14 @@
|
||||
title: $:/core/macros/list
|
||||
tags: $:/tags/Macro
|
||||
|
||||
\define list-unordered-links(filter)
|
||||
<ul>
|
||||
<$list filter="$filter$">
|
||||
<li>
|
||||
<$link to={{!!title}}>
|
||||
<$view field="title"/>
|
||||
</$link>
|
||||
</li>
|
||||
</$list>
|
||||
</ul>
|
||||
\end
|
||||
Reference in New Issue
Block a user