From 67986fa915bf81b1f0d0c6f8dc539269df585c01 Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 30 Jul 2019 22:32:07 +0200 Subject: [PATCH] Updated Code notes (markdown) --- Code notes.md => Code-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Code notes.md => Code-notes.md (98%) diff --git a/Code notes.md b/Code-notes.md similarity index 98% rename from Code notes.md rename to Code-notes.md index d8bffb3..3e117ab 100644 --- a/Code notes.md +++ b/Code-notes.md @@ -33,4 +33,4 @@ api.setCodeMimeTypes(codeMimeTypes); To get correct mime type for your language see [list of language modes](https://codemirror.net/mode/) for CodeMirror (code editor component used in Trilium). -Add [[label|attributes]] `run` with value `frontendStartup` so that desired languages are added to the list on every startup. For changes to take effect, click on "run" button or reload Trilium's frontend with `CTRL-R`. \ No newline at end of file +Add [[label|attributes]] `run` with value `frontendStartup` so that desired languages are added to the list on every startup. For changes to take effect, click on "run" button or reload Trilium's frontend with `CTRL-R`.