Merge branch 'TriliumNext:main' into main

This commit is contained in:
Lucas 2026-01-12 13:21:04 -08:00 committed by GitHub
commit d79f8c11eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -60,8 +60,8 @@ Vår dokumentasjon er tilgjengelig i flere format:
Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker) Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Oppgradere - [Oppgradere
TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Grunnleggende konsepter og
Features](https://docs.triliumnotes.org/user-guide/concepts/notes) funksjoner](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
@ -112,7 +112,7 @@ Vår dokumentasjon er tilgjengelig i flere format:
* [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation automatisering
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
@ -254,7 +254,7 @@ pnpm install
pnpm edit-docs:edit-docs pnpm edit-docs:edit-docs
``` ```
### Building the Executable ### Opprette kjørbar fil
Download the repository, install dependencies using `pnpm` and then build the Download the repository, install dependencies using `pnpm` and then build the
desktop app for Windows: desktop app for Windows:
```shell ```shell

View File

@ -54,6 +54,7 @@ export default function buildExtraCommands(): SlashCommandDefinition[] {
id: "math", id: "math",
title: "Math equation", title: "Math equation",
description: "Insert a math equation", description: "Insert a math equation",
aliases: [ "latex", "equation" ],
icon: mathIcons.ckeditor, icon: mathIcons.ckeditor,
execute: (editor: Editor) => editor.plugins.get(MathUI)._showUI() execute: (editor: Editor) => editor.plugins.get(MathUI)._showUI()
}, },