Hi,

This plugin has a dependency on QtWebEngine, not because it needs to display html text, but because of the javascript libraries that are used to convert from markdown to html.

A simple websearch after markdown and c++ pointed me to: https://stackoverflow.com/questions/889434/markdown-implementations-for-c-c <https://stackoverflow.com/questions/889434/markdown-implementations-for-c-c>

I would love to have such a plugin in Qt Creator, since now https://github.com/cloose/CuteMarkEd <https://github.com/cloose/CuteMarkEd> to edit markdown files outside Qt Creator.

I think litehtml should suffice to display the html rendered by a markdown parser.

Cheers,
Cristian.

On 19/03/2021 09:17, ahmet erdinc yilmaz wrote:
Hi all,

I have been developing a markdown plugin for QtCreator. I think it is time to announce :-). You can reach from https://github.com/erdinc09/MarkdownEditView <https://github.com/erdinc09/MarkdownEditView>.

I also published releases <https://github.com/erdinc09/MarkdownEditView/releases> for all three platforms. I hope you like it.

*Features:*

  * Syntax highlighting in editor
  * Html preview
  * Code highlighting in preview
  * Theme aware preview and editor
  * Bidirectional vertical scroll synchronization between editor and
    preview

_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to