Skip to content

OneMoreGres/qtc-markview

Repository files navigation

Qt Creator markup plugin

build status

Introduction

Plugin performs preview of documents written in some markup languages.

Screen

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

  1. 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,...)
  1. Compile plugin.

From binaries

  1. Extract/copy files from two archives (with plugin and dependencies) into Qt Creator's dir (archives already contains proper paths).
  2. On linux launch Qt Creator via qtcreator.sh file.
  3. Enable plugin in Help->Modules menu.

More info

Additional information can be obtained here (in russian)