1
0
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:
Jermolene
2014-09-11 15:52:47 +01:00
parent 184b9817b4
commit bc985553ed
103 changed files with 155 additions and 147 deletions

14
core/wiki/macros/list.tid Normal file
View 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