From 2c8edb413ef0cd6806c71baa27a872f890756c88 Mon Sep 17 00:00:00 2001 From: Atmois Date: Mon, 12 Jan 2026 16:02:45 +0000 Subject: [PATCH 1/2] fix: add "latex" alias for math command --- packages/ckeditor5/src/extra_slash_commands.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ckeditor5/src/extra_slash_commands.ts b/packages/ckeditor5/src/extra_slash_commands.ts index ec77b1f94..142ce5052 100644 --- a/packages/ckeditor5/src/extra_slash_commands.ts +++ b/packages/ckeditor5/src/extra_slash_commands.ts @@ -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() }, From 62f5b800b65f5dabf9696268f387b53ec9721693 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Mon, 12 Jan 2026 18:28:03 +0100 Subject: [PATCH 2/2] Update translation files Updated by "Cleanup translation files" add-on in Weblate. Translation: Trilium Notes/README Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ --- docs/README-nb_NO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README-nb_NO.md b/docs/README-nb_NO.md index d28cfa9e5..f779b5ce9 100644 --- a/docs/README-nb_NO.md +++ b/docs/README-nb_NO.md @@ -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