-
At the bottom of https://textlint.github.io/: `Please see document about fixer for detail.` Here is a link to https://github.com/textlint/textlint/blob/master/docs/rule-fixer.md that returns 404
-
add ListItem to ignore list
```
- [これはそれはどれは](http://example.com]
```
のようなリストのLinkみたいのが無視できないという問題
``` markdown
# 参考サイト
- [これはそれはどれは](http://example.com]
- [これはそれはどれは](http://example.com]
```
の…
-
move to https://github.com/textlint
- [x] move repositories
- repositories are related with textlint core.
- not include rules
- [x] rewrite README and links
- [x] need icon
-
This is the same issue as https://github.com/azu/textlint-rule-no-doubled-joshi/issues/9
This issue is just to remark that testing is needed. Please close this issue if unnecessary.
---
This rule d…
-
##We want to support AutoCorrect/Autofixing feature.
- rubocop: https://github.com/bbatsov/rubocop#autocorrect
- ESLint : http://eslint.org/docs/developer-guide/working-with-rules#applying-fixes
- …
-
This rule doesn't work for plain text files.
```
$ echo '材料不足で代替素材で製品を作った。' > test.txt
$ textlint --rule no-doubled-joshi test.txt
$
# No warnings output from textlint
```
It works for the same sent…
-
Hi,
I'm creating Chrome Extension for textlint and noticed that some rules report `info` severity messages. For example, textlint-rule-preset-JTF-style reports `1.1.2` using `info` severity, although…
-
https://github.com/azu/textlint-rule-rousseau/issues/1
https://github.com/azu/textlint-rule-no-doubled-joshi/issues/9
-
We want to add rule example to treat `Paragraph` node.
## What is difficult?
[TxtNode](https://github.com/textlint/textlint/blob/master/docs/txtnode.md) AST is a tree structure.
`Paragraph`.children…
-
https://github.com/textlint/textlint/releases/tag/6.0.0-0
関係がありそうな変更点は
- rule-context: the default severity should always be error
- core: add Core#setupProcessors
- fixer: add textfix-engine !