From a0f8caeccd2172d70bdcc5b25cb326fc5b9188d0 Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 5 May 2020 23:59:26 +0200 Subject: [PATCH] added SQLite (Trilium) mime type --- src/public/app/services/mime_types.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/app/services/mime_types.js b/src/public/app/services/mime_types.js index a4919f03b..6427c3965 100644 --- a/src/public/app/services/mime_types.js +++ b/src/public/app/services/mime_types.js @@ -123,6 +123,7 @@ const MIME_TYPES_DICT = [ { title: "Spreadsheet", mime: "text/x-spreadsheet" }, { default: true, title: "SQL", mime: "text/x-sql" }, { title: "SQLite", mime: "text/x-sqlite" }, + { default: true, title: "SQLite (Trilium)", mime: "text/x-sqlite+trilium" }, { title: "Squirrel", mime: "text/x-squirrel" }, { title: "Stylus", mime: "text/x-styl" }, { default: true, title: "Swift", mime: "text/x-swift" },