From 2f2a14d4b8f67eaa5607249f29ab95b01c0de06e Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 29 Oct 2019 19:59:19 +0100 Subject: [PATCH] shoutouts in the README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f79e19b7..d66c65042 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,11 @@ Or clone locally and run ``` npm install npm run start-server -``` \ No newline at end of file +``` + +## Shoutouts + +* [CKEditor 5](https://github.com/ckeditor/ckeditor5) - best WYSIWYG editor on the market, very interactive and listening team +* [FancyTree](https://github.com/mar10/fancytree) - very feature rich tree library without real competition. Trilium Notes would not be the same without it. +* [CodeMirror](https://github.com/codemirror/CodeMirror) - code editor with support for huge amount of languages +* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library without competition. Used in [relation maps](https://github.com/zadam/trilium/wiki/Relation-map) and [link maps](https://github.com/zadam/trilium/wiki/Link-map) \ No newline at end of file