Hi all,
I feel it would be a good idea if the system had a rich text editing control. This widget could be used currently in TextEditor (perhaps in the form of a 'rich text' mode not unlike Mac OS TextEdit), but also in the future in applications like email, note-taking, and blogging.
I could envision two ways in which to implement, both with their own pros and cons.
contenteditable
in LibWeb. This would allow for an extremely flexible rich text control, but I feel the effort required to implement would be high. The model output would be HTML, I'd imagine it'd be good for advanced editing tasks like web design or full HTML email, or potentially even be used in a word processor.My personal leaning is more towards the simpler line-based control. I feel it would provide a simpler path towards implementing features which are more immediately in the path of development, like the rich TextEditor or email clients described above. There would also be nothing stopping us from later implementing contenteditable
when the need arises.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too