MyBB Community Forums

Full Version: Is there any editor that isn't WYSIWYG?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Currently I have a modified version of MHEditor with no WYSIWYG enabled, but it's growing limited and we have no toolbar. What my issue with WYSIWYG editors is, it's that they tend to add newlines between the start of a list and the end of a list:

Sentence before list
  • First element
  • Second element
  • Third element
Sentence after list

Why do every editors turn this:

Sentence before list
[list][*]First element
[*]Second element
[*]Third element[/list]
Sentence after list

Into this?:

Sentence before list
[list]
[*]First element
[*]Second element
[*]Third element
[/list]
Sentence after list

It's frustrating, and we have structured things that look awful with those spaces. They do add them even if you edit in source mode and then click preview post or send.

I've been also considering if it would be too hard to make a source-code only editor but with color-coding for BBCode tags.
for the quick reply you can try using Quick Simple Editor

if you like this simple editor then you may request its coder to modify it as the regular editor
markItUp Editor also isn't WYSIWYG, but afaik it's not for quick reply.
(2019-02-25, 12:09 PM).m. Wrote: [ -> ]for the quick reply you can try using Quick Simple Editor

if you like this simple editor then you may request its coder to modify it as the regular editor

better use Yui Editor.

https://community.mybb.com/mods.php?action=view&pid=554
Thank you all! Smile
(2019-03-01, 11:12 PM)Daruu Wrote: [ -> ]Thank you all! Smile

let me know if the https://community.mybb.com/mods.php?action=view&pid=554 need changes to work correctly on last version of mybb.