Metadata-Version: 2.1
Name: manuscriptify
Version: 0.6.0
Summary: Compile google docs into a manuscript
Home-page: https://manuscriptify.com
Author: Jonas McCallum
Author-email: jonasmccallum@gmail.com
Project-URL: Source, https://bitbucket.org/msfy/manuscriptify
Project-URL: Tracker, https://bitbucket.org/msfy/manuscriptify/issues
Description-Content-Type: text/markdown
Provides-Extra: testing

# manuscriptify

Compile Google docs into a manuscript


## Installation and Setup

#### 1. Install manuscriptify

    $ python3 -m venv .venv
    $ source .venv/bin/activate
    $ pip install manuscriptify

#### 2. Setup your project

    $ cat << EOF >> ~/.zshrc

    # manuscriptify project config
    export MSFY_PROJECT_FOLDER='my awesome novel'
    export MSFY_PSEUDONYM='John Smith'
    export MSFY_CATEGORY='YA' # Adult/Middle School/etc
    export MSFY_GENRE='Adventure Fantasy'
    export MSFY_TITLE='My Awesome Novel'
    EOF

    $ source ~/.zshrc

#### 3. If your source object is a folder

Place an integer value (to be used as the sort key) in
the description field of each object in the folder tree.

&nbsp;  

![view details](tests/media1.png "View details")

&nbsp;  

![edit description](tests/media2.png "Edit description")

## Usage

    $ manuscriptify
    My Awesome Novel compiled successfully

    # The contents of the source folder inside
    # your project folder was assembled and
    # placed in a new doc in the compiled
    # folder.
