Fix additional grammar and clarity issues in documentation

Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-02 21:57:26 +00:00
parent 25ac9e2aa1
commit daec11b981
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Collections # Collections
Collections are a unique type of notes that don't have a content, but instead display its child notes in various presentation methods. Collections are a unique type of notes that don't have content, but instead display their child notes in various presentation methods.
## Main collections ## Main collections

View File

@ -16,4 +16,4 @@ Trilium offers various startup scripts to customize your experience:
## Synchronization ## Synchronization
For Trilium desktp users who wish to synchronize their data with a server instance, refer to the <a class="reference-link" href="Synchronization.md">Synchronization</a> guide for detailed instructions. For Trilium desktop users who wish to synchronize their data with a server instance, refer to the <a class="reference-link" href="Synchronization.md">Synchronization</a> guide for detailed instructions.

View File

@ -1,7 +1,7 @@
# Scripting # Scripting
Trilium supports creating <a class="reference-link" href="Note%20Types/Code.md">Code</a> notes, i.e. notes which allow you to store some programming code and highlight it. Special case is JavaScript code notes which can also be executed inside Trilium which can in conjunction with <a class="reference-link" href="Scripting/Script%20API.md">Script API</a> provide extra functionality. Trilium supports creating <a class="reference-link" href="Note%20Types/Code.md">Code</a> notes, i.e. notes which allow you to store some programming code and highlight it. Special case is JavaScript code notes which can also be executed inside Trilium which can in conjunction with <a class="reference-link" href="Scripting/Script%20API.md">Script API</a> provide extra functionality.
## Scripting ## Architecture Overview
To go further I must explain basic architecture of Trilium - in its essence it is a classic web application - it has these two main components: To go further I must explain basic architecture of Trilium - in its essence it is a classic web application - it has these two main components: