From b7a1db1e9fb651928a4f86e1881959150dd66a55 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 12 Jan 2014 11:58:32 +0000 Subject: [PATCH] Display tiddler data dictionaries as plain text --- core/modules/parsers/textparser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/parsers/textparser.js b/core/modules/parsers/textparser.js index 85c5d4426..c5f74a310 100644 --- a/core/modules/parsers/textparser.js +++ b/core/modules/parsers/textparser.js @@ -28,6 +28,7 @@ exports["text/x-tiddlywiki"] = TextParser; exports["application/javascript"] = TextParser; exports["application/json"] = TextParser; exports["text/css"] = TextParser; +exports["application/x-tiddler-dictionary"] = TextParser; })();