From 4ba625a948996e06609d7cf6297865c5f3be3634 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Wed, 1 Jul 2026 23:51:13 +0900 Subject: textlint-guide: できることに画像を追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/img/textlint-eg-1.png | Bin 0 -> 34025 bytes public/img/textlint-eg-2.png | Bin 0 -> 17527 bytes src/content/docs/textlint-guide.mdx | 6 +++++- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 public/img/textlint-eg-1.png create mode 100644 public/img/textlint-eg-2.png diff --git a/public/img/textlint-eg-1.png b/public/img/textlint-eg-1.png new file mode 100644 index 0000000..f29181d Binary files /dev/null and b/public/img/textlint-eg-1.png differ diff --git a/public/img/textlint-eg-2.png b/public/img/textlint-eg-2.png new file mode 100644 index 0000000..f0184b4 Binary files /dev/null and b/public/img/textlint-eg-2.png differ 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 をインストール -- cgit v1.3.1