1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 11:13:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/macros/examples/list-links.tid

14 lines
513 B
Plaintext

created: 20150221160534000
modified: 20150221160748000
tags: [[list-links Macro]] [[Macro Examples]]
title: list-links Macro (Examples)
type: text/vnd.tiddlywiki
This example lists all the tiddlers whose titles start with J:
<$macrocall $name=".example" n="1" eg="""<<list-links filter:"[prefix[J]]">>"""/>
This example lists the documentation tiddlers for the core macros, each of which has a <<.field caption>> field:
<$macrocall $name=".example" n="2" eg="""<<list-links filter:"[tag[Core Macros]]">>"""/>