Convert Google Docs to Markdown.
Do you like the editing capability of Google Docs and wish I can edit a README.md with it?
This tool will help you convert a published Google Docs to Markdown easily. In fact, this README.md is from this docs.
Now you can have awesome spell check, grammar correction, and link insert, picture view, tables, and many more.
Using Rust cargo
tool.
bash
cargo install docs_to_markdown
```bash
docstomarkdown
docstomarkdown
docstomarkdown
Please use this endpoint sparingly. I’m running it on a free tier Cloudflare Worker. If you can, feel free to host your own for your convenient.
bash
curl --request POST 'https://docs-to-markdown.chop.dev/' \
--header 'Content-Type: application/json' \
--data-raw '{"url": "<PUBLISH_LINK>"}'
Copyright (c) 2022-, Quang Tran.