mirror of
https://github.com/zadam/trilium.git
synced 2026-07-13 10:52:53 +02:00
chore: address requested changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
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 appContext, { CommandListenerData } from "../../../components/app_context";
|
||||
|
||||
@@ -167,7 +167,7 @@ const MIME_TYPES_DICT_RAW = [
|
||||
{ title: "Soy", mime: "text/x-soy" },
|
||||
{ title: "SPARQL", mime: "application/sparql-query" },
|
||||
{ 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", mime: "text/x-sqlite", mdLanguageCode: "sql", icon: "bx bx-data" },
|
||||
{ title: "Squirrel", mime: "text/x-squirrel" },
|
||||
|
||||
Reference in New Issue
Block a user