_From @tobscure on August 27, 2015 13:54_
What needs to be done:
_Copied from original issue: flarum/markdown#1_
Why not using a HTML5 inline editor like https://www.raptor-editor.com ?
Markdown/BBcode/wiki syntax and all these syntaxes are boring for normal users.
Referencing the redactor: https://discuss.flarum.org/d/1377-flarum-v0-1-0-beta-4-released/52
We could even get donations up for this as well!
I know we're not using React, but maybe this can serve as inspiration: http://facebook.github.io/draft-js (the data model / code under the hood).
Or maybe try Trix from Basecamp?
The basics of this are in place for the Markdown extension. There's still a couple things to do though:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We do this to keep the amount of open issues to a manageable minimum.
In any case, thanks for taking an interest in this software and contributing by opening the issue in the first place!
Most helpful comment
I know we're not using React, but maybe this can serve as inspiration: http://facebook.github.io/draft-js (the data model / code under the hood).