mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
|
created: 20200612170734735
|
||
|
modified: 20200612171403882
|
||
|
tags: [[Macro Examples]]
|
||
|
title: list-thumbnails Macro (Examples)
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
This example lists all the tiddlers which are tagged with "HelloThumbnail":
|
||
|
|
||
|
<$macrocall $name=".example" n="1" eg="""<<list-thumbnails filter:"[tag[HelloThumbnail]]" width:"168" height:"95">>"""/>
|
||
|
|
||
|
|