mirror of
https://github.com/zadam/trilium.git
synced 2026-03-06 19:37:30 +01:00
Merge branch 'TriliumNext:main' into main
This commit is contained in:
commit
d79f8c11eb
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)
|
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
|
||||||
|
|||||||
@ -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()
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user