-
Notifications
You must be signed in to change notification settings - Fork 251
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
Side-by-side edit and preview of Markdown files #88
Comments
Partially commented wiithin related issue #87. Just to recap: I believe CodeMirror is able to meet your requirements and it's possible to integrate it with a side-by-side editor. However the implementation of this feture is time consuming and I have other stuff in my todo list. If you want to implement this feature then I would gladly accept your pull request. Leaving this issue open for some time as a reminder of the possible feature implementation. |
Hi! I've been working hard on this feature. Here are some screenshots. As you edit the file in the side-by-side CodeMirror editor, the markdown is rendered into HTML in real time (with each keystroke). This gives the user an instant preview of the rendered markdown (like Realms-Wiki). Clicking "Save" saves the file to the connector. I'll submit a pull request shortly. (I just merged in the latest |
Wow! Looks great. |
There was one minor bugfix for Firefox. In Firefox, |
Released in v2.3.0 |
I would like to edit Markdown files with the ACE editor, incl. syntax highlighting:
...and then see the rendered HTML results in real time using Markdown-it:
This is how the Realms wiki does it, and it's awesome:
(Realms uses ACE and Markdown-it.)
I am willing to help code it up, but I would need some onboarding help. I'm also willing to pay a bounty for this.
Thank you!
The text was updated successfully, but these errors were encountered: