Translate Markdown documents to your desired language conveniently using Docker and stdin pipes!
cat examples/latex-url.md | ./md-translate.sh | tee output.md
cat examples/latex-url.md | docker run --rm -i -e OPENAI_API_KEY quay.io/ulagbulag/md-translate:latest
- OPENAI_API_KEY: See how to get API Key: https://help.openai.com/en/articles/7039783-how-can-i-access-the-chatgpt-api
- TeX Live markdown plugin support
Please check the LICENSE file.
examples
: Licenses are specified separately for each resourceprompt.md
: Derived from https://github.com/smikitky/chatgpt-md-translator (MIT)