# qt-creator-markdown-editor-plugin **Repository Path**: icenter/qt-creator-markdown-editor-plugin ## Basic Information - **Project Name**: qt-creator-markdown-editor-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-08 - **Last Updated**: 2021-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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](https://daringfireball.net/projects/markdown/), [MathJax](https://www.mathjax.org/), [js-sequence-diagrams](https://bramp.github.io/js-sequence-diagrams/) and [flowChart](http://flowchart.js.org/) syntax. ![editor](/introduction/editor.png) Add Markdown file to your project: ![new_file_wizard](/introduction/new_file_wizard.png) A new markdown file will be generated automatically when wizard finishes. ![new_file_location.png](/introduction/new_file_location.png) Shortcuts for Bold, Italic, Link, Image, Table, Tasklist, Math Formula, Sequence Diagram, Flow Charts, etc: ![shortcuts.png](/introduction/shortcuts.png) About the plugin: ![about.png](/introduction/about.png) ## Build The plugin is developed based on QtCreator4.0, Ubuntu 14.04. put [markdown.tar.gz](/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.