From e50ee96d16d07fbe93ca60517ac9c9a859eed6b0 Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 13 Apr 2020 12:15:55 +0200 Subject: [PATCH] Updated Note (markdown) --- Note.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note.md b/Note.md index 5785ddb..e3a02dd 100644 --- a/Note.md +++ b/Note.md @@ -6,7 +6,7 @@ Tree structure of notes can resemble file system - but compared to that notes in ### Note types -* text note - this is default note type which allows you to put rich text, images etc. +* [[text note|Text notes]] - this is default note type which allows you to put rich text, images etc. * [[code note|Code notes]] - some kind of formal code, typically programming language (e.g. JavaScript) or data structure (e.g. XML) * [image note](https://github.com/zadam/trilium/wiki/Images) - represents single image * file note - represents uploaded file (e.g. docx MS Word document).