Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prosemirror #935

Open
edrex opened this issue Mar 14, 2016 · 6 comments
Open

Prosemirror #935

edrex opened this issue Mar 14, 2016 · 6 comments

Comments

@edrex
Copy link
Contributor

edrex commented Mar 14, 2016

Prosemirror is a visual prose editor with excellent markdown support. I would love to see prosemirror integrated as an alternate editing view for markdown content.

This would make the learning curve softer for users who don't already know markdown. Also, sometimes I get tired of staring at code, and just want to see WIM.

https://prosemirror.net/demo/markdown.html

@edrex
Copy link
Contributor Author

edrex commented Mar 14, 2016

Proposal:

  • add a button to the toolbar to toggle WYM mode.
  • Reuse toolbar and existing formatting buttons in WYM mode.
  • Adapt insert image and insert link popups to work in WYM mode.

@timwis
Copy link
Contributor

timwis commented Mar 14, 2016

That looks like a handy editor. I was thinking of something like this when I saw this medium-style editor for markdown but it has a few bugs in it.

I'd also add "Store user's preference in a cookie" similar to how you can toggle the csv editor on/off and it saves it.

@dereklieu
Copy link
Member

I'm glad there's interest here. The company I work for was a backer to get Prose Mirror open-sourced, and a lot of our interest centered around using it for applications like Prose.

The version of CodeMirror bundled in Prose is woefully out of date (#929), and there's a lot of reasons to 1) update it, and 2) incorporate ProseMirror, which would allow a lot of cool things such as collaborative editing.

Unfortunately the only blocker now is development time, both in regression-testing new PR's like the one above, or in doing the development. If someone wants to take a crack at an implementation, I'd be more than happy to assist/review.

@janpio
Copy link
Contributor

janpio commented Jul 2, 2017

Has there been done any work on this yet that could be looked at?
Adding a WYSIWYG/M editor to prose would be really nice.

@dereklieu
Copy link
Member

To update, the bundled version of CodeMirror has since been updated but I've not done the work incorporating ProseMirror.

@janpio
Copy link
Contributor

janpio commented Oct 13, 2017

Prosemirror just released their 1.0!
http://marijnhaverbeke.nl/blog/prosemirror-1.html
https://news.ycombinator.com/item?id=15465125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants