mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 04:44:43 +00:00
Adds a live preview of the raw JSON of the parse tree or widget tree generated from a tiddler.
10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
title: $:/core/ui/EditTemplate/body/preview/parse-tree
|
|
tags: $:/tags/EditPreview
|
|
caption: parse tree
|
|
|
|
\define preview(mode,output)
|
|
<$parse-tree mode="$mode$" output="$output$"/>
|
|
\end
|
|
|
|
{{||$:/core/ui/EditTemplate/body/preview/shared}}
|