2019-02-25, 11:16 AM
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
Why do every editors turn this:
Into this?:
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.
Sentence before list
- First element
- Second element
- Third element
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.