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 |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.





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: