]> BookStack Code Mirror - bookstack/commitdiff
Added notes file
authorDan Brown <redacted>
Tue, 14 Dec 2021 17:50:57 +0000 (17:50 +0000)
committerDan Brown <redacted>
Fri, 7 Jan 2022 13:36:53 +0000 (13:36 +0000)
resources/js/editor/notes.md [new file with mode: 0644]

diff --git a/resources/js/editor/notes.md b/resources/js/editor/notes.md
new file mode 100644 (file)
index 0000000..c458855
--- /dev/null
@@ -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