mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 14:44:25 +01:00
chore: address requested changes
This commit is contained in:
parent
2eef655ec2
commit
35034fe9df
@ -1,6 +1,6 @@
|
|||||||
import "./code.css";
|
import "./code.css";
|
||||||
|
|
||||||
import { default as VanillaCodeMirror,getThemeById } from "@triliumnext/codemirror";
|
import { default as VanillaCodeMirror, getThemeById } from "@triliumnext/codemirror";
|
||||||
import { useEffect, useRef, useState } from "preact/hooks";
|
import { useEffect, useRef, useState } from "preact/hooks";
|
||||||
|
|
||||||
import appContext, { CommandListenerData } from "../../../components/app_context";
|
import appContext, { CommandListenerData } from "../../../components/app_context";
|
||||||
|
|||||||
@ -167,7 +167,7 @@ const MIME_TYPES_DICT_RAW = [
|
|||||||
{ title: "Soy", mime: "text/x-soy" },
|
{ title: "Soy", mime: "text/x-soy" },
|
||||||
{ title: "SPARQL", mime: "application/sparql-query" },
|
{ title: "SPARQL", mime: "application/sparql-query" },
|
||||||
{ title: "Spreadsheet", mime: "text/x-spreadsheet" },
|
{ title: "Spreadsheet", mime: "text/x-spreadsheet" },
|
||||||
{ title: "SQL", mime: "text/x-sql", mdLanguageCode: "sql", default: true },
|
{ title: "SQL", mime: "text/x-sql", mdLanguageCode: "sql", default: true, icon: "bx bx-data" },
|
||||||
{ title: "SQLite (Trilium)", mime: "text/x-sqlite;schema=trilium", mdLanguageCode: "sql", default: true, icon: "bx bx-data" },
|
{ title: "SQLite (Trilium)", mime: "text/x-sqlite;schema=trilium", mdLanguageCode: "sql", default: true, icon: "bx bx-data" },
|
||||||
{ title: "SQLite", mime: "text/x-sqlite", mdLanguageCode: "sql", icon: "bx bx-data" },
|
{ title: "SQLite", mime: "text/x-sqlite", mdLanguageCode: "sql", icon: "bx bx-data" },
|
||||||
{ title: "Squirrel", mime: "text/x-squirrel" },
|
{ title: "Squirrel", mime: "text/x-squirrel" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user