mirror of
https://github.com/zadam/trilium.git
synced 2026-01-18 04:24:23 +01:00
Merge branch 'main' into fix/mac-alt-shortcuts
This commit is contained in:
commit
9efca9827e
8
docs/README-nb_NO.md
vendored
8
docs/README-nb_NO.md
vendored
@ -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
|
||||
|
||||
@ -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