mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
112 stars 45 forks source link

Choose an editor for creating topics/posts. #304

Open euantorano opened 6 years ago

euantorano commented 6 years ago

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

Shade- commented 6 years ago

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.

euantorano commented 6 years ago

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.

AdrianKuriata commented 6 years ago

I suggest summernote, big machine and very configurable.

kawaii commented 6 years ago

I'm not sure if this is somewhere we can suggest editors but my vote goes for Monaco:

https://microsoft.github.io/monaco-editor/

euantorano commented 6 years ago

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).

Broatcast commented 6 years ago

Have a look on StackEdit https://github.com/benweet/stackedit https://stackedit.io/

a nice and clean editore, i love the live preview function and its easy to customise to

Shade- commented 6 years ago

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.

effone commented 6 years ago

Certainly not fulfilling all of our requirements, but have just come across this feature-rich Markdown editor and wanted to share with you guys: https://github.com/nhnent/tui.editor

effone commented 6 years ago

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 ... Supports HTML, BBCode, Textile, Markdown, Dotclear, Wiki even own custom markups << This may be helpful for custom MyCodes ? https://github.com/markitup/1.x