From 60c8180693b398235bd43be706844aa03fefb44f Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 8 Dec 2022 00:03:43 +0100 Subject: [PATCH] Updated Code notes (markdown) --- Code notes.md => Code-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename Code notes.md => Code-notes.md (65%) diff --git a/Code notes.md b/Code-notes.md similarity index 65% rename from Code notes.md rename to Code-notes.md index 3110f85..a621dca 100644 --- a/Code notes.md +++ b/Code-notes.md @@ -1,6 +1,6 @@ Trilium supports creating "code" notes, i.e. notes which contain some sort of formal code - be it programming language (C++, JavaScript), structured data (JSON, XML) or other types of codes (CSS etc.). -This can be useful for few things: +This can be useful for a few things: * computer programmers can store code snippets as notes with syntax highlighting * JavaScript code notes can be executed inside Trilium for some extra functionality @@ -11,10 +11,10 @@ This can be useful for few things: ## Extra languages -Trilium supports syntax highlighting for many languages, but by default displays only some of them (to reduce number of items). You can add extra languages in Options -> Code notes. +Trilium supports syntax highlighting for many languages, but by default displays only some of them (to reduce the number of items). You can add extra languages in Options -> Code notes. ## Code blocks -Alternative to the code note is a "code block" - feature of a text note which can add short snippets of code to the text editor. The disadvantage is that code blocks don't support syntax highlighting. +An alternative to the code note is a "code block" - feature of a text note which can add short snippets of code to the text editor. The disadvantage is that code blocks don't support syntax highlighting. [[images/code-block.png]] \ No newline at end of file