-
We want to create textlint rule search page like gulp plugin registry.
- [gulp.js plugin registry](http://gulpjs.com/plugins/ "gulp.js plugin registry")
@io-monad has created [textlint-registry]…
-
Currently, We have implemented filter rule #193
filter rule feature provide that ignore error of a rule by a **filter rule**.
For example, [textlint-rule-ignore-comment](https://github.com/textlint/t…
-
## Version **3.5.0** of [textlint-rule-no-doubled-joshi](https://github.com/textlint-ja/textlint-rule-no-doubled-joshi) just got published.
Branch
Build failing 🚨
…
-
I try to connect textlint with the [node-languagetool](https://github.com/schreiben/node-languagetool).
node-languagetool runs a service and then sends commands to this service which are executed asy…
-
「合格しました。🎉」のような文章の「🎉」も文字として認識されるのか、 「文末が"。"で終わっていません。」と怒られてしまいます。
再現方法:
```
$ echo "合格しました。\n🎉" > test.md
$ textlint --rule ja-no-mixed-period test.md
```
Issueとは特に関係ありませんが、再現を試みていた時に
```
$…
-
Hello,
I tried to install hackmd but when requesting the index, I get the following error : `Error: Could not find include include file.`
I use node 6.12.3 and npm 3.10.10
```
hackmd@brell:~$ …
-
Hello,
I'm now updating `textlint-rule-ginger`'s dependencies and when I updated `textlint-util-to-string` from v1.2.0 to v2.0.1, its tests started to fail.
## Steps to reproduce
nodaguti/textl…
-
Checking does not work while editing reStructuredText or Re:VIEW file.
I hope to be able to use reStructuredText and Re:VIEW files as well.
(It will be helpful if you can communicate in Japanese…
-
Our current Markdown linter ([textlint](https://textlint.github.io/)), may not be actually checking Markdown syntax.
As such, we need to:
1. Verify textlint is checking Markdown syntax
2. If it i…
-
We'll improve document about testing.
- [x] Add testing to https://github.com/textlint/textlint/blob/master/docs/rule.md using [textlint-tester](https://github.com/textlint/textlint-tester)
- [ ] Need…