Updated Note (markdown)

zadam 2021-12-30 14:23:49 +01:00
parent 1082734e26
commit c7f052c76a

@ -7,7 +7,7 @@ Tree structure of notes can resemble file system - but compared to that notes in
### Note types ### Note types
* [[text note|Text notes]] - 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) * [[code note|Code notes]] - some kind of formal code, typically programming language (e.g. JavaScript) or data structure (e.g. JSON)
* [image note](https://github.com/zadam/trilium/wiki/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). * file note - represents uploaded file (e.g. docx MS Word document).
* render HTML note - this works as an output screen of attached [[scripts]] * render HTML note - this works as an output screen of attached [[scripts]]