Plugin performs preview of documents written in some markup languages.
Binaries can be downloaded from github releases.
IMPORTANT: plugin's version must match Qt Creator's version (difference in last digit is acceptable)
- 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.
- 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.sh
file. - Enable plugin in Help->Modules menu.
Additional information can be obtained here (in russian)