diff options
| author | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-06-30 23:20:29 +0900 |
|---|---|---|
| committer | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-06-30 23:20:29 +0900 |
| commit | 342abcba628f6b6b32eb2717a8201266f371f35d (patch) | |
| tree | a44b491f4e07ba3b99ac6b52d94c9d595a395242 | |
| parent | a95bea6568520f0def40e7cc5f8740207e8f5a27 (diff) | |
Simplify textlint guide intro
| -rw-r--r-- | src/content/docs/textlint-guide.mdx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/content/docs/textlint-guide.mdx b/src/content/docs/textlint-guide.mdx index f2813e1..4e56f72 100644 --- a/src/content/docs/textlint-guide.mdx +++ b/src/content/docs/textlint-guide.mdx @@ -3,15 +3,9 @@ title: textlintではじめる日本語文章校正 — Zedでも動くLSPサー description: 日本語の文章をリアルタイムで校正するtextlintを、Zedエディタで使えるようにするLSPサーバーを自作しました。導入方法からルール設定、自動修正、無効化までを解説します。 --- -## textlintと出会うまで +## 作った理由 -議員として議会質問やブログ記事を書く中で、日本語の表記ゆれや誤字脱字に悩まされてきました。「例えば」を「たとえば」と書くべきか、「こども」か「子ども」か——校正のたびに手で直すのは限界があります。 - -そんなとき見つけたのが [textlint](https://textlint.github.io/) です。ESLintのように校正ルールを自由に組み合わせられる、プラグイン可能な日本語文章校正ツールです。 - -しかし、愛用している [Zed](https://zed.dev/) エディタにはtextlintの拡張機能がありませんでした。VSCode用はあるのに。 - -**なければ作ろう。** そうして生まれたのが、Zedでtextlintを動かすLSPサーバー `textlint-lsp` と、そのZed拡張機能です。 +日本語の文章を書くとき、表記ゆれや誤字脱字のチェックに [textlint](https://textlint.github.io/) が便利です。しかし、愛用している [Zed](https://zed.dev/) エディタに拡張機能がなかったので、LSPサーバーを自作しました。 ## 2つのプログラム |
