From 4c5998e8e70354d94e4e7f561900eca7ff97a158 Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 31 Jan 2019 14:15:37 +0100 Subject: [PATCH] Updated Tree concepts (markdown) --- Tree-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tree-concepts.md b/Tree-concepts.md index 867c006..b47d698 100644 --- a/Tree-concepts.md +++ b/Tree-concepts.md @@ -12,7 +12,7 @@ Tree structure of notes can resemble file system - but compared to that notes in * text note - 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) -* [[images]] - represents single image +* [image note](https://github.com/zadam/trilium/wiki/Images) - represents single image * file note - represents uploaded file (e.g. docx MS Word document). * render HTML note - this works as an output screen of attached [[scripts]] * saved search note - contains saved search query and dynamically displays result of the search as its sub-notes