1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/macros/examples/image-picker Macro (Example 2).tid

18 lines
422 B
Plaintext

created: 20160418155523369
modified: 20211116035110986
tags: [[Macro Examples]]
title: image-picker Macro (Example 2)
type: text/vnd.tiddlywiki
Image: <$edit-text tiddler='$:/_MyImage' tag='input' placeholder='(unset)' default=''/>
<$transclude tiddler={{$:/_MyImage}}/>
---
<$macrocall $name='image-picker' actions="
<$action-setfield $tiddler='$:/_MyImage' $value=<<imageTitle>>/>
" subfilter="prefix[Language]"/>