/QtCreator-Markdown-Editor-Plugin

A plugin allowing developers to create and edit markdown files in Qt Creator IDE

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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.

editor

Add Markdown file to your project:

new_file_wizard

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

new_file_location.png

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

shortcuts.png

About the plugin:

about.png

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.