You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
language, should that fail it is possible to manually adjust it. The color
22
22
scheme for the syntax highlighting is adjustable in settings. </p><pre><codeclass="language-application-javascript-env-frontend">function helloWorld() {
23
23
24
+
25
+
24
26
alert("Hello world");
25
27
28
+
29
+
26
30
}</code></pre>
27
31
<p>For larger pieces of code it is better to use a code note, which uses
28
32
a fully-fledged code editor (CodeMirror). For an example of a code note,
<p>This is a simple TODO/Task manager. See the <ahref="https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases/task-manager">Trilium documentation</a> for
17
+
information on how it works.</p>
19
18
<p>Please note that this is meant as scripting example only and feature/bug
0 commit comments