Register .xlsx filetype

This commit is contained in:
Jermolene 2016-08-20 17:08:44 +01:00
parent da1905b789
commit 3a2ea9b98b
1 changed files with 2 additions and 1 deletions

View File

@ -1854,7 +1854,8 @@ $tw.boot.startup = function(options) {
$tw.utils.registerFileType("audio/mp3","base64",".mp3");
$tw.utils.registerFileType("audio/mp4","base64",[".mp4",".m4a"]);
$tw.utils.registerFileType("text/x-markdown","utf8",[".md",".markdown"]);
$tw.utils.registerFileType("application/enex+xml","utf8",".enex");
$tw.utils.registerFileType("application/enex+xml","utf8",".enex");
$tw.utils.registerFileType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","base64",".xlsx");
// Create the wiki store for the app
$tw.wiki = new $tw.Wiki();
// Install built in tiddler fields modules