mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
14 lines
513 B
Plaintext
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]]">>"""/>
|