mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-29 13:35:15 +00:00
Parse JSON as text so that it doesn't generate missing tiddlers
This commit is contained in:
@@ -26,6 +26,7 @@ var TextParser = function(type,text,options) {
|
|||||||
exports["text/plain"] = TextParser;
|
exports["text/plain"] = TextParser;
|
||||||
exports["text/html"] = TextParser;
|
exports["text/html"] = TextParser;
|
||||||
exports["application/javascript"] = TextParser;
|
exports["application/javascript"] = TextParser;
|
||||||
|
exports["application/json"] = TextParser;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user