mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
18 lines
331 B
Plaintext
18 lines
331 B
Plaintext
{
|
|
"description": "Tools for slicing up long texts into individual tiddlers",
|
|
"plugins": [
|
|
"tiddlywiki/text-slicer",
|
|
"tiddlywiki/xmldom"
|
|
],
|
|
"languages": [
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"
|
|
]
|
|
}
|
|
} |