mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 15:57:26 +00:00
* Move tiddler 'thumbnail Macro (Examples)' to directory 'macros/examples' * Replace '_' to space in tw5.com edition
18 lines
404 B
Plaintext
18 lines
404 B
Plaintext
created: 20160418155523369
|
|
modified: 20160418155913663
|
|
tags:
|
|
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]"/>
|