mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-04 20:08:02 +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/html"] = TextParser;
|
||||
exports["application/javascript"] = TextParser;
|
||||
exports["application/json"] = TextParser;
|
||||
|
||||
})();
|
||||
|
||||
|
Reference in New Issue
Block a user