From aa9fe9ca8203936d31febb67a23cfdd9e491f592 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 14 Dec 2021 17:50:57 +0000 Subject: [PATCH] Added notes file --- resources/js/editor/notes.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 resources/js/editor/notes.md 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