Skip to content

okkuun/MyProofreadContainer_VSCode

Repository files navigation

MyProofContainer_VSCode

Dockerfile for proofreading markdown files. Auto-proofreading is implemented with textlint. You can use this repository on Visual Studio Code.

images

How to use

I'm sorry if there are any changes...

  1. Download Visual Studio Code, Git, Docker Desktop.
  2. Set configuration variables. (git-First-Time Git Setup)
git config --global user.name "<your_name>"
git config --global user.email "<your_email>"
  1. Fork this repository and clone to your devices.
  2. Open your cloned repository on Visual Studio Code.
  3. Install Dev Containers that is the extension of Visual Studio Code.
  4. Ctrl (command) + Shift + P
  5. Select Remote-Containers: Reopen in Container

If you want to add new rules

You should add textlint rules you want to add in Dockerfile and also edit .textlintrc.

About

Proofreading containers for writing blogs in VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published