mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
added SQLite (Trilium) mime type
This commit is contained in:
parent
edb9bc9229
commit
a0f8caeccd
@ -123,6 +123,7 @@ const MIME_TYPES_DICT = [
|
|||||||
{ title: "Spreadsheet", mime: "text/x-spreadsheet" },
|
{ title: "Spreadsheet", mime: "text/x-spreadsheet" },
|
||||||
{ default: true, title: "SQL", mime: "text/x-sql" },
|
{ default: true, title: "SQL", mime: "text/x-sql" },
|
||||||
{ title: "SQLite", mime: "text/x-sqlite" },
|
{ title: "SQLite", mime: "text/x-sqlite" },
|
||||||
|
{ default: true, title: "SQLite (Trilium)", mime: "text/x-sqlite+trilium" },
|
||||||
{ title: "Squirrel", mime: "text/x-squirrel" },
|
{ title: "Squirrel", mime: "text/x-squirrel" },
|
||||||
{ title: "Stylus", mime: "text/x-styl" },
|
{ title: "Stylus", mime: "text/x-styl" },
|
||||||
{ default: true, title: "Swift", mime: "text/x-swift" },
|
{ default: true, title: "Swift", mime: "text/x-swift" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user