Skip to content

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

License

Notifications You must be signed in to change notification settings

shujaatak/QtCreator-Markdown-Editor-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.9%
  • QMake 2.1%