You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I start typing # hello, I get this strange result:
no header formatting
more identical errors at every char typed
the reversed output: hello# instead of # hello
app.js:34 Uncaught TypeError: this.quillJS.getLine is not a function
at t.value (app.js:34:39)
at Emitter.emit (quill.js:4316:28)
at Emitter.emit (quill.js:4146:100)
at Editor.update (quill.js:4046:44)
at Emitter.emit (quill.js:4310:34)
at Emitter.emit (quill.js:4146:100)
at Scroll.update (quill.js:6299:23)
at MutationObserver.<anonymous> (quill.js:1401:20)
value @ app.js:34
emit @ quill.js:4316
emit @ quill.js:4146
update @ quill.js:4046
emit @ quill.js:4310
emit @ quill.js:4146
update @ quill.js:6299
(anonymous) @ quill.js:1401
How could I get this basic example to work?
Thank you very much :)
Basically, my usecase is creating a simple WYSIWYG markdown editor for files stored at GitHub. Is this secnario possible? Does quilljs-markdown preserve the underlying Markdown? Or is it not possible to retrieve it? I saw #70 (comment), but don't understand completely the limitation you described
The text was updated successfully, but these errors were encountered:
Hi @cloverhearts !
I'm setting up Quill + QuillMarkdown as follows:
This loads without errors in Chrome DevConsole.
However, when I start typing
# hello
, I get this strange result:hello#
instead of# hello
How could I get this basic example to work?
Thank you very much :)
Basically, my usecase is creating a simple WYSIWYG markdown editor for files stored at GitHub. Is this secnario possible? Does quilljs-markdown preserve the underlying Markdown? Or is it not possible to retrieve it? I saw #70 (comment), but don't understand completely the limitation you described
The text was updated successfully, but these errors were encountered: