aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorYasutake Yohei <yohei@yasutakeyohei.com>2026-07-01 23:51:13 +0900
committerYasutake Yohei <yohei@yasutakeyohei.com>2026-07-01 23:51:13 +0900
commit4ba625a948996e06609d7cf6297865c5f3be3634 (patch)
tree52facaf660ab3841a7ea70b30b60071a6cd90388 /src
parent079cdc9eeb5ca3f98902c104f1d02b5099ce2263 (diff)
textlint-guide: できることに画像を追加
Diffstat (limited to 'src')
-rw-r--r--src/content/docs/textlint-guide.mdx6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/content/docs/textlint-guide.mdx b/src/content/docs/textlint-guide.mdx
index 3c8a38f..494fbc3 100644
--- a/src/content/docs/textlint-guide.mdx
+++ b/src/content/docs/textlint-guide.mdx
@@ -12,7 +12,7 @@ description: 日本語の文章をリアルタイムで校正するtextlintを
- ら抜き言葉・い抜き言葉のチェック
- 一文の長さや句読点の数をチェック
-VSCode用の拡張機能はありましたが、[Zed](https://zed.dev/) にはなかったため、DeepSeek V4 Proの力を借りてLSPサーバーを自作しました。
+VSCode用の拡張機能はありましたが、私が愛用している[Zed](https://zed.dev/) にはなかったため、LSPサーバーを自作しました(Powered by DeepSeek V4 Pro)。
## 2つのプログラム
@@ -29,6 +29,10 @@ VSCode用の拡張機能はありましたが、[Zed](https://zed.dev/) には
- ルール単位の無効化(行単位/全ルール)
- `prh.yml` による独自の表記ルール定義
+![textlintの波線表示](/img/textlint-eg-1.png)
+
+![コードアクションの修正候補](/img/textlint-eg-2.png)
+
## 導入方法
### 1. textlint-lsp をインストール