mirror of
https://github.com/zadam/trilium.git
synced 2026-01-15 11:04:30 +01:00
fix: add "latex" alias for math command (#8357)
This commit is contained in:
commit
5b910cce56
@ -54,6 +54,7 @@ export default function buildExtraCommands(): SlashCommandDefinition[] {
|
||||
id: "math",
|
||||
title: "Math equation",
|
||||
description: "Insert a math equation",
|
||||
aliases: [ "latex", "equation" ],
|
||||
icon: mathIcons.ckeditor,
|
||||
execute: (editor: Editor) => editor.plugins.get(MathUI)._showUI()
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user