-
Notifications
You must be signed in to change notification settings - Fork 45
Choose an editor for creating topics/posts. #304
Comments
How will data be stored and processed? If we're going to store already parsed data and an original content to allow edits (so two database fields: one for preprocessed content, one for non-processed content), https://quilljs.com would be the nicest of them all IMHO. It needs a Quill-to-BBCode/Markdown parser, but its API is well documented. |
That's a good question. Currently we store data pre-parsed, but there are a few downsides:
@dvz Suggested that for the second issue we can pre-parse content that doesn't contain mentions, and otherwise parse on display. This is a possibility. I think that really we need to benchmark the parser to make a decision. |
I suggest summernote, big machine and very configurable. |
I'm not sure if this is somewhere we can suggest editors but my vote goes for Monaco: |
Yes, this is as good a place as any to suggest editors. A good suggestion should explain the features provided, the license, etc. Monaco seems to be mostly targeted towards the writing of code, rather than prose (this is for the editor used to markup posts). |
Have a look on StackEdit a nice and clean editore, i love the live preview function and its easy to customise to |
Regarding this post and related ones, if we are really going the mixed parser way I guess Quill is the only choice we have. I've been looking for already-built editors with BBCode and Markdown support but either they do not support one of the above, or they support them separately. The main advantage of Quill is that it uses its own logic and formatting, which can be then converted to whatever you like. That's why I would choose it, even if we'll need to write our own Quill-to-BBCode/Markdown JavaScript parser. |
Certainly not fulfilling all of our requirements, but have just come across this feature-rich Markdown editor and wanted to share with you guys: |
Also, I guess this MarkItUp! a good start? Its an old one, light-weight, very flexible to suit our need ... This is not a full fledged editor but an engine to make editor as per requirement on top of it, as they say ... |
We need to select a JS based WYSIWYG editor for 2.0.
This editor will be used when creating posts, conversations and other content.
Requirements
Nice to have
The text was updated successfully, but these errors were encountered: