qtc-markview
qtc-markview copied to clipboard
Qt Creator markup plugin
Qt Creator markup plugin
Introduction
Plugin performs preview of documents written in some markup languages.

Supported languages
Downloads
Binaries can be downloaded from github releases.
Installation
IMPORTANT: plugin's version must match Qt Creator's version (difference in last digit is acceptable)
From source
- Change paths.pri:
- set
QTCREATOR_SOURCES= path to Qt Creator source dir (with qtcreator.pro) - set
IDE_BUILD_TREE= path to compiled Qt Creator dir (with bin,lib,libexec,...)
- Compile plugin.
From binaries
- Extract/copy files from two archives (with plugin and dependencies) into Qt Creator's dir (archives already contains proper paths).
- On linux launch Qt Creator via
qtcreator.shfile. - Enable plugin in Help->Modules menu.
More info
Additional information can be obtained here (in russian)