1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-15 06:47:25 +00:00

First pass at bibtex importer

This commit is contained in:
Jermolene
2016-10-18 18:00:01 +01:00
parent 5ec7250621
commit 7f11c151f0
11 changed files with 1432 additions and 1 deletions

View File

@@ -1930,6 +1930,7 @@ $tw.boot.startup = function(options) {
$tw.utils.registerFileType("text/x-markdown","utf8",[".md",".markdown"]);
$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");
// Create the wiki store for the app
$tw.wiki = new $tw.Wiki();
// Install built in tiddler fields modules