Skip to content

Commit a62c9a1

Browse files
Copiloteliandoran
andcommitted
Fix broken wiki-style link in Scripting.md
Co-authored-by: eliandoran <[email protected]>
1 parent cf40638 commit a62c9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/User Guide/User Guide/Scripting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To go further I must explain basic architecture of Trilium - in its essence it i
88
* frontend running in the browser (using HTML, CSS, JavaScript) - this is mainly used to interact with the user, display notes etc.
99
* backend running JavaScript code in node.js runtime - this is responsible for e.g. storing notes, encrypting them etc.
1010

11-
So we have frontend and backend, each with their own set of responsibilities, but their common feature is that they both run JavaScript code. Add to this the fact, that we're able to create JavaScript \[\[code notes\]\] and we're onto something.
11+
So we have frontend and backend, each with their own set of responsibilities, but their common feature is that they both run JavaScript code. Add to this the fact, that we're able to create JavaScript <a class="reference-link" href="Note%20Types/Code.md">code notes</a> and we're onto something.
1212

1313
## Use cases
1414

0 commit comments

Comments
 (0)