mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 07:58:59 +01:00
Fix additional grammar and clarity issues in documentation
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
This commit is contained in:
parent
25ac9e2aa1
commit
daec11b981
2
docs/User Guide/User Guide/Collections.md
vendored
2
docs/User Guide/User Guide/Collections.md
vendored
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
||||||
2
docs/User Guide/User Guide/Scripting.md
vendored
2
docs/User Guide/User Guide/Scripting.md
vendored
@ -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:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user