mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-15 06:14:53 +00:00
68b54a6e6f
Integrating this module allows us to do HTML/XML parsing under Node.js (there is no built-in support for Node.js; we can already do HTML/XML parsing in the browser). The implementation chosen is pure JavaScript, and will work in all configurations of TiddlyWiki.
39 lines
755 B
Plaintext
39 lines
755 B
Plaintext
{
|
|
"tiddlers": [
|
|
{
|
|
"file": "dom.js",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": "$:/plugins/tiddlywiki/xmldom/dom",
|
|
"module-type": "library"
|
|
},
|
|
"prefix": "",
|
|
"suffix": ""
|
|
},{
|
|
"file": "dom-parser.js",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": "$:/plugins/tiddlywiki/xmldom/dom-parser",
|
|
"module-type": "library"
|
|
},
|
|
"prefix": "",
|
|
"suffix": ""
|
|
},{
|
|
"file": "sax.js",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": "$:/plugins/tiddlywiki/xmldom/sax",
|
|
"module-type": "library"
|
|
},
|
|
"prefix": "",
|
|
"suffix": ""
|
|
},{
|
|
"file": "LICENSE",
|
|
"fields": {
|
|
"type": "text/plain",
|
|
"title": "$:/plugins/tiddlywiki/xmldom/license"
|
|
}
|
|
}
|
|
]
|
|
}
|