From: Dan Brown Date: Tue, 14 Dec 2021 17:50:57 +0000 (+0000) Subject: Added notes file X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/aa9fe9ca8203936d31febb67a23cfdd9e491f592 Added notes file --- diff --git a/resources/js/editor/notes.md b/resources/js/editor/notes.md new file mode 100644 index 000000000..c4588551a --- /dev/null +++ b/resources/js/editor/notes.md @@ -0,0 +1,7 @@ + + + +- Use NodeViews for embedded content (Code, Drawings) where control is needed. +- Probably still easiest to have seperate (codemirror) MD editor. Can alter display output via NodeViews to make MD like + but its tricky since editing the markdown content would change the block definition/type while editing. +- \ No newline at end of file