mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
feat(docs): color schemes for code notes
This commit is contained in:
@@ -36,4 +36,18 @@
|
||||
<p>Note that the list of languages is not immediately refreshed, you'd have
|
||||
to manually <a href="#root/_help_s8alTXmpFR61">refresh the application</a>.</p>
|
||||
<p>The list of languages is also shared with the <a href="#root/_help_QxEyIjRBizuC">Code blocks</a> feature
|
||||
of <a href="#root/_help_iPIMuisry3hd">Text</a> notes.</p>
|
||||
of <a href="#root/_help_iPIMuisry3hd">Text</a> notes.</p>
|
||||
<h2>Color schemes</h2>
|
||||
<p>Since Trilium 0.94.0 the colors of code notes can be customized by going
|
||||
<a
|
||||
class="reference-link" href="#root/pOsGYCXsbNQG/gh7bpGYxajRS/Vc8PjrjAGuOp/_help_4TIF1oA4VQRO">Options</a> → Code Notes and looking for the <em>Appearance</em> section.</p>
|
||||
<aside
|
||||
class="admonition note">
|
||||
<p><strong>Why are there only a few themes whereas the code block themes for text notes have a lot?</strong>
|
||||
<br>The reason is that Code notes use a different technology than the one
|
||||
used in Text notes, and as such there is a more limited selection of themes.
|
||||
If you find a CodeMirror 6 (not 5) theme that you would like to use, let
|
||||
us know and we might consider adding it to the set of default themes. There
|
||||
is no possibility of adding new themes (at least for now), since the themes
|
||||
are defined in JavaScript and not at CSS level.</p>
|
||||
</aside>
|
||||
@@ -25,7 +25,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Syntax highlighting</h2>
|
||||
<h2>Syntax highlighting & color schemes</h2>
|
||||
<p>Since TriliumNext v0.90.12, Trilium will try to offer syntax highlighting
|
||||
to the code block. Note that the syntax highlighting mechanism is slightly
|
||||
different than the one in <a class="reference-link" href="#root/_help_6f9hih2hXXZk">Code</a> notes
|
||||
|
||||
Reference in New Issue
Block a user