mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-02 19:01:30 +08:00
fix(client): note type chooser does not have geo map entry
This commit is contained in:
parent
eaf548f056
commit
687be6d722
@ -21,6 +21,7 @@ const NOTE_TYPES = [
|
||||
{ type: "mermaid", mime: "text/mermaid", title: t("note_types.mermaid-diagram"), selectable: true },
|
||||
{ type: "book", mime: "", title: t("note_types.book"), selectable: true },
|
||||
{ type: "webView", mime: "", title: t("note_types.web-view"), selectable: true },
|
||||
{ type: "geoMap", mime: "application/json", title: t("note_types.geo-map"), selectable: true },
|
||||
{ type: "code", mime: "text/plain", title: t("note_types.code"), selectable: true }
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user