-
![image](https://user-images.githubusercontent.com/10624619/157427071-17c41bcf-5980-43be-8272-121407f34e27.png)
「」や各種括弧内の文章が"。"で文を区切っているにもかかわらず一文として判定され、別々の文でも"が"を使っていると指摘対象になってしまいます。小説を書くときは文章を「」で…
-
![image](https://user-images.githubusercontent.com/10624619/157416563-2110d192-76ca-4f2c-a490-89f0337b64b5.png)
「」や各種括弧内の文章が"。"で文を区切っているにもかかわらず一文として判定され、別々の文でも同じ助詞を使っていると指摘対象になってしまいます。小説を書くときは文章を「」…
-
![image](https://user-images.githubusercontent.com/10624619/157427894-7e633660-1ed2-455d-aeab-29876b56d4a8.png)
「」や各種括弧内の文章が"? "で文を区切っているにもかかわらず一文として判定され、別々の文でも"、"を「」内で規定回数以上使っていると指摘対象になってしまいます。小説を…
-
表題の事象があったため、エラーの Stack trace を報告します。
```
Stack trace
TypeError: Reduce of empty array with no initial value
at ***.md
at Array.reduce ()
at ***/node_modules/@textlint-ja/textlint-rule-…
-
**What version of textlint are you using?**
`@textlint/ast-node-types` 4.4.1
**What file type (Markdown, plain text, etc.) are you using?**
Anything
**What did you do? Please include t…
-
We want to add individual Node type like `Str`, `Code` to `@textlint/ast-node-types`
Currently, `@textlint/ast-node-types` has three abustract types:
- TxtNode
- TxtTextNode
- TxtParentNode
…
-
Currently, textlint can not load a rule that is ECMAScript Modules(ESM).
It means that [textlint-module-loader.ts](https://github.com/textlint/textlint/blob/master/packages/textlint/src/engine/text…
-
https://github.com/lostandfound/textlint-rule-ja-hiragana-fukushi における `rulePath` のように、
任意のルールを除外・追加できるように、
`dict/hojodoushi.yml` を外部注入できるようなオプションを用意していただけないでしょうか。
個人的に「致します」のみ使いたい場面があり、オプショナルに制御…
-
Kuma 時代は以下のような機能を持ったUserScriptがありました。
* 見出しのidを英語のままにするためのname属性付与
* 自動翻訳もとい置換
* 見出しや互換性表などのよくある語句
* アルファベットと日本語の間に半角スペースを自動挿入
* /en-US/docs/ → /ja/docs/
* etc.
* 翻訳中フラグをオフに、編集レビューをオン…
-
#835
textlint [v12.2.0](https://github.com/textlint/textlint/releases/tag/v12.2.0) introduce `context.locator` and we recommened to use it instead of legacy `index`, `column` and `line` property.
…