mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +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.
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
{
|
|
"title": "$:/plugins/tiddlywiki/xmldom",
|
|
"description": "Wrapper for xmldom",
|
|
"author": "JeremyRuston",
|
|
"core-version": ">=5.0.0",
|
|
"list": "readme license"
|
|
}
|