QtCreator-Markdown-Editor-Plugin
QtCreator-Markdown-Editor-Plugin copied to clipboard
A plugin allowing developers to create and edit markdown files in Qt Creator IDE
QtCreator Markdown Editor Plugin
Markdown Editor Plugin is a plugin allowing developers to create and edit markdown files in Qt Creator IDE.
It supports the standard Markdown, MathJax, js-sequence-diagrams and flowChart syntax.

Add Markdown file to your project:

A new markdown file will be generated automatically when wizard finishes.

Shortcuts for Bold, Italic, Link, Image, Table, Tasklist, Math Formula, Sequence Diagram, Flow Charts, etc:

About the plugin:

Build
The plugin is developed based on QtCreator4.0, Ubuntu 14.04. put markdown.tar.gz to /qt-creator-dir/share/qtcreator/. And put other files to /qt-creator-src/src/plugins/. Donnot commit its output files (*.html file and .mardown folder) to SVN or GIT, they can be generated by the plugin automatically. The html files can also be displayed in web browsers.