Skip to main content

A program for live rendering a pandoc command

Project description

live-pandoc

live-pandoc is simple script designed to run a pandoc command against a file when changes to that file are detected.

Installation

pip install live-pandoc

Quickstart

live-pandoc was designed to be used identically to how pandoc would be used.

For example, if running the following pandoc command:

pandoc README.md -o README.pdf

The live-pandoc command would run as:

live-pandoc README.md -o README.pdf

When changes are detected in README.md, pandoc README.md -o README.pdf will be run.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

live-pandoc-0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

live_pandoc-0.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page