riron1206 / editor

0 stars 0 forks source link

textlintをvscodeに入れる方法メモ #1

Open riron1206 opened 3 years ago

riron1206 commented 3 years ago

textlint: テキストを校正するためのコマンドラインツール。日本語も校正してくれる

  1. node.jsインストール(npmコマンド打つために) https://qiita.com/echolimitless/items/83f8658cf855de04b9ce

  2. power shell開いて以下のコマンドうつ $ npm install --save-dev textlint textlint-rule-preset-ja-technical-writing textlint-rule-preset-jtf-style $ npx textlint --init

  3. VS Code で拡張機能(vscode-textlint)をインストール

riron1206 commented 3 years ago

20201021 自宅PCでもやった