1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Add docs for list-thumbnails macro

Thanks @Marxsal
This commit is contained in:
jeremy@jermolene.com 2020-06-14 17:26:19 +01:00
parent b8225f6993
commit 5cda5c82e1
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,11 @@
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">>"""/>

View File

@ -0,0 +1,19 @@
caption: thumbnail
created: 20200612170158838
modified: 20200612171804473
tags: Macros [[Core Macros]]
title: list-thumbnails Macro
type: text/vnd.tiddlywiki
The <<.def list-thumbnails>> [[macros|Macros]] are used to create lists of linkable thumbnail panels.
!! Parameters
;filter
: filter for selecting thumbnails
;width
:Width of thumbnail (default 280 pixels)
;height
:Height of thumbnail (default 157 pixels)
<<.macro-examples "list-thumbnails">>