[Qt-creator] QtCreator Markdown Plugin

Cristian Adam cristian.adam at qt.io
Mon Apr 12 15:06:17 CEST 2021


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20210412/514db620/attachment-0001.html>


More information about the Qt-creator mailing list