From 1ee8e5abbceab61fe4b6dcc34509fae01a62096c Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 31 Jan 2019 14:13:57 +0100 Subject: [PATCH] Updated Tree concepts (markdown) --- Tree concepts.md => Tree-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Tree concepts.md => Tree-concepts.md (94%) diff --git a/Tree concepts.md b/Tree-concepts.md similarity index 94% rename from Tree concepts.md rename to Tree-concepts.md index cfc92e8..50a2345 100644 --- a/Tree concepts.md +++ b/Tree-concepts.md @@ -11,7 +11,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. -* [[code notes|code note]] - some kind of formal code, typically programming language (e.g. JavaScript) or data structure (e.g. XML) +* [[code note]] - some kind of formal code, typically programming language (e.g. JavaScript) or data structure (e.g. XML) * [[images|image note]] - 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]]