TiddlyWiki5/plugins/tiddlywiki/sax
Jermolene e344c38349 Major updates to text-slicer plugin
* In the interests of performance and expressiveness, switched to using a Sax parser instead of a DOM implementation.
* Use extensible declarative rules to control the slicing process
* Added new optional set of rules for slicing by heading, where the paragraphs underneath a heading are packed into the same tiddler as the heading
* Added a modal dialogue for specifying parameters when slicing in the browser
2017-12-14 14:16:54 +00:00
..
files Major updates to text-slicer plugin 2017-12-14 14:16:54 +00:00
plugin.info Major updates to text-slicer plugin 2017-12-14 14:16:54 +00:00
readme.tid Major updates to text-slicer plugin 2017-12-14 14:16:54 +00:00

readme.tid

title: $:/plugins/tiddlywiki/sax/readme

This plugin packages [[sax.js|https://github.com/isaacs/sax-js]] for use by other plugins. It does not provide any end-user visible features.