1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-06 22:04:19 +00:00

Add xmldom plugin to text-slicer edition

This commit is contained in:
Jermolene 2016-02-05 18:54:32 +00:00
parent 8f5eaf5194
commit fddf18b920

View File

@ -1,7 +1,8 @@
{ {
"description": "Tools for slicing up long texts into individual tiddlers", "description": "Tools for slicing up long texts into individual tiddlers",
"plugins": [ "plugins": [
"tiddlywiki/text-slicer" "tiddlywiki/text-slicer",
"tiddlywiki/xmldom"
], ],
"languages": [ "languages": [
], ],