Skip to content

A Fidus Writer plugin to create books and article collections

License

Notifications You must be signed in to change notification settings

fiduswriter/fiduswriter-books

Repository files navigation

FidusWriter-Books

FidusWriter-Books is a Fidus Writer plugin to allow for the composition of books and article collections, using individual documents as chapters.

Installation

  1. Install Fidus Writer like this:
    pip install fiduswriter[books]
  1. Add "book" to your INSTALLED_APPS setting in the configuration.py file like this:
    INSTALLED_APPS += (
        ...
        'book',
    )
  1. Run fiduswriter setup to create the needed database tables and to create the needed JavaScript files.

  2. (Re)start your Fidus Writer server