Shira-3749 / rstpad

Standalone reStructuredText editor with live preview (native app)
MIT License
52 stars 7 forks source link
application cross-platform editor live-preview osx preview restructuredtext rst side-by-side standalone text-editor windows

RSTPad

reStructuredText editor with live preview.

.. image:: screenshot.png

.. contents::

Features


Known limitations


Implementation details


Compilation


Prerequisites

Build configuration

.. NOTE::

Copy rstpad.local.pro.dist, name it rstpad.local.pro and set the following variables:

Windows deployment

. Use the Windows Deployment Tool <http://doc.qt.io/qt-5/windows-deployment.html#the-windows-deployment-tool>_ with the release binary to fetch required DLLs.

Example: windeployqt.exe --release --no-translations rstpad.exe

. Locate and copy the correct python27.dll file or the application won't work on machines without Python 2.7 installed.

OS X deployment

Use the Mac Deployment Tool <http://doc.qt.io/qt-5/osx-deployment.html#the-mac-deployment-tool>_ to convert the resulting application into a .dmg file:

::

macdeployqt RSTPad.app -dmg

Other platforms

Not tested yet. You're on your own :)