Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timwis/markdown-to-google-doc

Converts a markdown file to .docx and then imports it to Google Drive
https://github.com/timwis/markdown-to-google-doc

Last synced: about 2 months ago
JSON representation

Converts a markdown file to .docx and then imports it to Google Drive

Awesome Lists containing this project

README

        

# markdown-to-google-doc
Converts a markdown file to `.docx` and then imports it to Google Drive

## Dependencies
Requires [pandoc](http://pandoc.org) and [gdrive cli](https://github.com/prasmussen/gdrive).

## Usage
```bash
md2gd import
md2gd export
```

## Installation
1. Clone this repository
2. Create a configuration file using: `echo MD2GD_DIR=$(pwd) > ~/.md2gdrc`
3. Either add the repository's directory to your $PATH or symlink it to a directory that's
already exposed on the path, ie. `ln -s ./md2gd ~/bin/md2gd`