dvorka / mindforger

Thinking notebook and Markdown editor with LLM wingman.
https://www.mindforger.com
GNU General Public License v2.0
2.21k stars 133 forks source link

Markdown WYSIWYG #1070

Open dvorka opened 4 years ago

dvorka commented 4 years ago

Introduce MD WYSIWYG:

Ideas:

WYSIWYG MD JavaScript editors:

MD JavaScript editors:

Q&A and lists:

dvorka commented 4 years ago

WYSIWYG to be N format which cannot be changed after, detected using MD sections metadata.

digitalsignalperson commented 4 years ago

Any thoughts on QTextEdit capabilities?

https://doc-snapshots.qt.io/qt5-dev/qtextedit.html

QTextEdit is an advanced WYSIWYG viewer/editor supporting rich text formatting using HTML-style tags, or Markdown format. It is optimized to handle large documents and to respond quickly to user input.

QTextEdit can display images, lists and tables.

has methods

dvorka commented 4 years ago

@digitalsignalperson :-Z ... I missed that, thanks :+1:

I evaluated various WYSIWYG widgets and thinking about introducing WYSIWYG regularly. Basically there are the following problems:

I just need to find a save way how to introduce WYSIWYG like: you can start with WYSIWYG, but if you switch to source you wont be able to switch back, etc.

Anyway thank you for the suggestion!