Update ideas.md

pull/2177/head
Laurent Cozic 2019-12-17 14:51:25 +00:00 committed by GitHub
parent 2b9818a94d
commit af5f301276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -148,3 +148,17 @@ Skills Required: JavaScript
Potential Mentor(s):
More info: [Search engine improvements](https://github.com/laurent22/joplin/issues/1877)
## 8. WYSIWYG Editor
The current editor shows the Markdown text on the left side and the rendered HTML on the right side (a split view). We would like to add another editor option, which would be a WYSIWYG editor, where the user can directly edit formatted text. This would not replace the split view but rather be an alternative editor and the user can choose either split view or WYSIWYG.
Expected Outcome: To add a WYSIWYG editor to the desktop app.
Difficulty Level: High
Skills Required: JavaScript; React
Potential Mentor(s):
More info: [WYSIWYG thread on the forum](https://discourse.joplinapp.org/t/wysiwyg-editor-in-joplin/2253)