I wrote this. I'll be monitoring this thread and responding to questions here for the next few hours.
Seeing an issue on Chrome 61 on http://prosemirror.net/ : If I highlight some text in the example editor and click the link button, the 'Create a link' box displays at the bottom of the page.
ProseMirror 1.0
11–20 of 69 posts
Re: ProseMirror 1.0
#12One thing, how does ProseMirror work roughly? Does it avoid the `contentEditable` minefield? (I'm speaking as someone who has built a WYSIWYG editor in a past job.)
Re: ProseMirror 1.0
#13Marijn, I'm big fan and user of CodeMirror. I make extensive use (and arguably abuse) of it in my side project. Thanks for building ProseMirror. One thing, how does ProseMirror work roughly? Does it avoid the `contentEditable` minefield? (I'm speaking as someone who has built a WYSIWYG editor in a past job.)
Re: ProseMirror 1.0
#14I'm a big fan of your work Marijn! Do you have a Patreon or other donation method on your site?
Yes, I have a small patreon at https://www.patreon.com/marijn . Right now I'm also running a crowd-funding for the new edition of my book at https://eloquentjavascript.net/3rd_edition/
Re: ProseMirror 1.0
#15I wrote this. I'll be monitoring this thread and responding to questions here for the next few hours.
Re: ProseMirror 1.0
#16Earlier quoted context omitted.
Seeing an issue on Chrome 61 on http://prosemirror.net/ : If I highlight some text in the example editor and click the link button, the 'Create a link' box displays at the bottom of the page.
Thanks for letting me know! I was failing to include a CSS file—should be better now.
Re: ProseMirror 1.0
#17I wrote this. I'll be monitoring this thread and responding to questions here for the next few hours.
Quick note: the Markdown example page (http://prosemirror.net/examples/markdown/) has a javascript error that's keeping the editor from loading.
Thanks for all your hard work.
Re: ProseMirror 1.0
#18Earlier quoted context omitted.
Thanks for letting me know! I was failing to include a CSS file—should be better now.
Glad I could help! Also seeing an issue where the editor isn't loading on http://prosemirror.net/examples/markdown/
Re: ProseMirror 1.0
#19I wrote this. I'll be monitoring this thread and responding to questions here for the next few hours.
This looks awesome! I'm a big fan of CodeMirror and I will definitely play with this tool as well. Quick note: the Markdown example page ( http://prosemirror.net/examples/markdown/ ) has a javascript error that's keeping the editor from loading. Thanks for all your hard work.
Re: ProseMirror 1.0
#20What do you feel like you learned when working on this project? Will any of it make it back to Codemirror?