fiduswriter / fiduswriter-pandoc

A Fidus Writer plugin to connect to Pandoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FidusWriter-Pandoc

FidusWriter-Pandoc is a Fidus writer plugin to connect a Fidus Writer instance with Pandoc for document conversion.

NOTE: You should first install Pandoc and make it run as a server. It is included in the Ubuntu Snap version of Fidus Writer so that will be the simplest way to install it for 99% of users.

Installation

  1. Install Fidus Writer with the correct version of the plugin like this:
pip install fiduswriter[pandoc]
  1. Add "pandoc" to your INSTALLED_APPS setting in the configuration.py file like this::
INSTALLED_APPS += (
    ...
    'pandoc',
)
  1. Add a setting for the URL where you are running Pandoc in the configuration.py file like this:
PANDOC_URL = 'http://localhost:3030'
  1. Create the needed JavaScript files by running this::
python manage.py transpile
  1. (Re)start your Fidus Writer server.

About

A Fidus Writer plugin to connect to Pandoc

License:GNU Affero General Public License v3.0


Languages

Language:Python 51.1%Language:JavaScript 48.9%