mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
e344c38349
* 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
18 lines
328 B
Plaintext
18 lines
328 B
Plaintext
{
|
|
"description": "Tools for slicing up long texts into individual tiddlers",
|
|
"plugins": [
|
|
"tiddlywiki/text-slicer",
|
|
"tiddlywiki/sax"
|
|
],
|
|
"languages": [
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"
|
|
]
|
|
}
|
|
} |