1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-30 16:00:46 +00:00
TiddlyWiki5/plugins/tiddlywiki/internals
jeremy@jermolene.com d11893752c Experimental update of the parse-tree preview visualisation
An experiment to try out using the new JSON operators for rendering the JSON parse tree that we get back from the wikify widget.

As usual with these experiments, this one is going to require quite a lot more work to finish up:

* The formatting is via direct styles rather than classes
* The formatting for attributes and properties is not yet completed
* The same thing needs to also be done to the widget tree preview
2022-05-23 10:24:51 +01:00
..
editpreviews Experimental update of the parse-tree preview visualisation 2022-05-23 10:24:51 +01:00
plugin.info Improve plugin metadata, and add a "name" field 2019-09-19 13:04:10 +01:00
readme.tid Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
styles.tid Add Internals plugin 2016-02-15 11:38:55 +00:00

title: $:/plugins/tiddlywiki/internals/readme

This plugin adds features to help explore the internals of TiddlyWiki:

* New preview panes showing:
** the parse tree
** the widget tree
** the raw HTML output

The first two include a dropdown for choosing block vs. inline parsing mode.