-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Text editorIssues related to the text editor pluginIssues related to the text editor pluginenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
I am trying to make a nice Markdown document, but lets be honest - QTextBrowser is not ideal. Lets instead - convert the markdown to HTML, and then feed it to a proper HTML widget. I don't think using the web engine from Qt is the best idea.
Instead - lets use:
- https://github.com/litehtml/litehtml - this small engine is capable to display pretty decent HTML5.
- https://invent.kde.org/qt/playground/qlitehtml - seems like there is a Qt port (is this basically LGPL? I prefer MIT licences).
- https://github.com/progsource/maddy - we can convert the Markdown to HTML with this code
- Now we only need to find a cool CSS for the generated HTML:
Metadata
Metadata
Assignees
Labels
Text editorIssues related to the text editor pluginIssues related to the text editor pluginenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Projects
Status
Backlog