mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 19:09:57 +00:00
c5b10d5c1d
Very useful to see transclusions explicitly Makes a good demo of a super-complicated widget override.
12 lines
374 B
Plaintext
12 lines
374 B
Plaintext
title: Visible Transclusions
|
|
tags: Learning
|
|
|
|
!! Visible Transclusions
|
|
|
|
Block transclusions are shown in red, and inline transclusions are shown in green.
|
|
|
|
<$button>
|
|
<$action-setfield $tiddler="$:/temp/VisibleTransclusions" tags="$:/tags/Macro/View/Body" text={{$:/core/ui/VisibleTransclude}}/>
|
|
Click here to make transclusions visible within story river tiddlers
|
|
</$button>
|