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