chore: address requested changes

This commit is contained in:
Elian Doran 2025-12-23 15:30:57 +02:00
parent 2eef655ec2
commit 35034fe9df
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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" },