aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/content
diff options
context:
space:
mode:
authorYasutake Yohei <yohei@yasutakeyohei.com>2026-07-01 09:06:31 +0900
committerYasutake Yohei <yohei@yasutakeyohei.com>2026-07-01 09:07:33 +0900
commit5873396a29fafb254fcaf34e40373dd8db50a1be (patch)
tree2cc4f9c5c120301392bf62603639b50eaad92448 /src/content
parent3336bbf18e816d4d87c4a5f77ade9f9902e0453e (diff)
textlint-guide: 下書きとしてマーク
Diffstat (limited to 'src/content')
-rw-r--r--src/content/docs/textlint-guide.mdx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/docs/textlint-guide.mdx b/src/content/docs/textlint-guide.mdx
index 3e2790d..f48c5df 100644
--- a/src/content/docs/textlint-guide.mdx
+++ b/src/content/docs/textlint-guide.mdx
@@ -1,6 +1,7 @@
---
title: textlintではじめる日本語文章校正 — Zedでも動くLSPサーバーを作りました
description: 日本語の文章をリアルタイムで校正するtextlintを、Zedエディタで使えるようにするLSPサーバーを自作しました。導入方法からルール設定、自動修正、無効化までを解説します。
+draft: true
---
## 作った理由