Merge branch 'main' into fix/mac-alt-shortcuts

This commit is contained in:
Chloe Lee 2026-01-13 10:54:30 +08:00 committed by GitHub
commit 9efca9827e
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)
- [Oppgradere
TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and
Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Grunnleggende konsepter og
funksjoner](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [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
showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [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
* Touch optimized [mobile
frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
@ -254,7 +254,7 @@ pnpm install
pnpm edit-docs:edit-docs
```
### Building the Executable
### Opprette kjørbar fil
Download the repository, install dependencies using `pnpm` and then build the
desktop app for Windows:
```shell

View File

@ -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()
},