Feb 5, 17 / Pis 08, 01 13:38 UTC
Better forum editor - Proposed implementation ¶
We all are struggling with the current Forum editor when redacting. Most of us don't know all the possibilities of the Markdown language and it's not really user-friendly right now, for the following reasons:
- Preview is slow, needs page reload.
- Markdown format is not properly implemented, doesn't respect the standard Markdown format. (no bullet list, no image)
- Doesn't allow the use of HTML (this feature currently is in the Pipeline)
Here is some improvements I'd like to propose:
- Real-time preview. Editor on the left side of the screen, preview on the right. Synchronized scrolling when content gets big.
- Proper Markdown format, with enhancers. (tables, footnotes, abbreviations ...)
- Mix of Markdown/HTML possible.
All of this can be done using https://markdown-it.github.io/ library (the link is a demo, check it out!).
It's free and open-source. And it's backward compatible with our current format, meaning it won't break current posts.
I believe it would provide a much better user experience when writing or editing posts. What do you think?