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: 4 months ago
JSON representation
Converts a markdown file to .docx and then imports it to Google Drive
- Host: GitHub
- URL: https://github.com/timwis/markdown-to-google-doc
- Owner: timwis
- Created: 2016-10-25T00:43:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T22:29:06.000Z (over 6 years ago)
- Last Synced: 2025-01-11T21:22:24.341Z (4 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 189
- Watchers: 7
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`