Skip to main content

comment-preserving docx <-- --> markdown converter

Project description

Commentary

Commentary is a command line document conversion tool that preserves native-style comments between Markdown and MS Word.

Requirements

Installation

git clone git@github.com:hdb/commentary.git
cd commentary
pip install -r requirements.txt

PyPI package is forthcoming.

Usage

usage: commentary [-h] [-o [OUTPUT]] [-a [AUTHOR]] [-m] [-t] [-p] [-D]
                  [-A [DEFAULT_AUTHOR]]
                  [input]

comment-preserving docx-markdown converter

positional arguments:
  input                 input

optional arguments:
  -h, --help            show this help message and exit
  -o [OUTPUT], --output [OUTPUT]
                        ouput filename. supports docx and txt/md
  -a [AUTHOR], --author [AUTHOR]
                        name to appear in docx comments
  -m, --metadata        preserve comment metadata in docx to md conversions
  -p, --print           print results to terminal
  -D, --force-docx-comments
                        force conversion to docx-style comments during md -->
                        md conversion. default is to use markdown-style
                        comments
  -A [DEFAULT_AUTHOR], --default-author [DEFAULT_AUTHOR]
                        configure default name to appear in docx comments

Configuration

Use -A 'AUTHOR NAME' to save the default comment author name to ~/.config/commentary.yaml.

Converting Comments

Commentary handles comments well in most cases. Docx comments which highlight areas spanning multiple paragraphs may fail, however.

Using the -m flag, Commentary will save docx comment metadata within markdown html comment tags. For markdown-to-docx conversions, Commentary will re-convert these comments to docx with their original author and time-stamp metadata.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

commentary-0.2-py3-none-any.whl (5.6 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