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
How can I trigger text format if I set my editor's text from some external string containing markdown (essentially loaded from some GitHub repo's README.md)?
Pasting the same text # hello world formats it correctly (and I saw that format-at-paste is supported: #23), but when I just do editor.setText('# hello world') no formatting happens
I would like to throw in my support for this. Quill markdown understands my formatting needs, and trying to wedge it in with TurndownService and Markedjs is blowing my mind.
I attempted a workaround by populating the Quill Editor with a pseudo paste, but I think browser security is beating me to the punch here.
How can I trigger text format if I set my editor's text from some external string containing markdown (essentially loaded from some GitHub repo's README.md)?
Pasting the same text
# hello world
formats it correctly (and I saw that format-at-paste is supported: #23), but when I just doeditor.setText('# hello world')
no formatting happensThanks :)
The text was updated successfully, but these errors were encountered: