-
I can not install firefox addon because https://addons.mozilla.org/ja/firefox/addon/textlint-editor/ is 404.
-
[stylelint](http://stylelint.io/ "stylelint") support reporting custom message that is defined by user.
```js
{
"color-hex-case": [ "lower", {
"message": "Lowercase letters are easier to d…
-
**What version of textlint are you using?**
11.0.1
**What did you do? Please include the actual source code causing the issue.**
Running textlint on a file with an arbitrary file extension …
-
The purpose of this issue is to discuss the architecture for an AsciiDoc validator and the rules it should/could enforce.
The validator will be a separate tool. However, until it exists, it's helpf…
-
初期の流れから https://github.com/azu/technical-word-rules にはWeb+DBが含まれている。
Web+DBの辞書には単語じゃなくてスタイルも含まれているので、
- Web+DBそのもの
- Web+DB - スタイル
を作成し、textlint-rule-spellcheck-tech-word にはスタイルを含めないようにする
-
Hi, @azu, Here are some new features that would be nice to have.
Example situation:
`This is a text editing tool from OSS.`
When users are reading the document, they might not understand what `…
-
Using this rule to check text files, I get lots of "errors" for correctly spelled words because "Spelling" is dividing words into 2 parts at arbitrary points. For example:
"using" is flagged as "usi"…
-
It would be nice if English (or other) language specific linters such as "proselint" were not run when vim's variable `spelllang` is set to something other than `en` (or similar).
For now, my list …
-
I've been using https://github.com/tcort/markdown-link-check/ as a separate check to validate links in markdown. I was starting to see if I could leverage the `.markdownlint.json` as a config format f…
-
Hi, I'm interesting in asciidoc parser and textlint.
Because, I am owner of textlint and I've written [a book](https://github.com/azu/promises-book) in asciidoctor.
But, I not have domain knowledge…