1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-08 04:28:10 +00:00

Add epub file type

This commit is contained in:
Jermolene 2016-11-14 15:14:33 +00:00
parent b8cbc07c54
commit 632e062749

View File

@ -1934,6 +1934,7 @@ $tw.boot.startup = function(options) {
$tw.utils.registerFileType("application/enex+xml","utf8",".enex");
$tw.utils.registerFileType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","base64",".xlsx");
$tw.utils.registerFileType("application/x-bibtex","utf8",".bib");
$tw.utils.registerFileType("application/epub+zip","base64",".epub");
// Create the wiki store for the app
$tw.wiki = new $tw.Wiki();
// Install built in tiddler fields modules