Dockerfile for proofreading markdown files. Auto-proofreading is implemented with textlint. You can use this repository on Visual Studio Code.
I'm sorry if there are any changes...
- Download Visual Studio Code, Git, Docker Desktop.
- Set configuration variables. (git-First-Time Git Setup)
git config --global user.name "<your_name>"
git config --global user.email "<your_email>"
- Fork this repository and clone to your devices.
- Open your cloned repository on Visual Studio Code.
- Install Dev Containers that is the extension of Visual Studio Code.
Ctrl
(command
) +Shift
+P
- Select
Remote-Containers: Reopen in Container
You should add textlint rules you want to add in Dockerfile
and also edit .textlintrc
.