mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-13 13:29:56 +00:00
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
|
title: ui/PopupTemplate
|
||
|
|
||
|
<div width="300px">
|
||
|
<$let currentTiddler={{{ [<feature>jsonget[properties],[title]] }}}>
|
||
|
<$link><$text text=<<currentTiddler>>/></$link>
|
||
|
<!-- <$codeblock code={{{ [<feature>] }}}/> -->
|
||
|
<$transclude $tiddler=<<currentTiddler>> $mode="block"/>
|
||
|
</$let>
|
||
|
</div>
|