mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
8488a13761
A first pass at a plugin that splits formatted text into individual tiddlers according to lists and headings.
17 lines
308 B
Plaintext
17 lines
308 B
Plaintext
{
|
|
"description": "Tools for slicing up long texts into individual tiddlers",
|
|
"plugins": [
|
|
"tiddlywiki/text-slicer"
|
|
],
|
|
"languages": [
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"
|
|
]
|
|
}
|
|
} |