BookStack/resources/js/editor/notes.md
2022-01-07 13:36:53 +00:00

7 lines
311 B
Markdown

- 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.
-