-
My .textlintrc.yml includes textlint-filter-rule-allowlist config, as the following,
```yaml
filters:
comments: true
allowlist:
allow:
- "/^:::details .+$/m"
rules:
# ~~ som…
-
> AのBです(AのBはCです)
みたいな括弧内のカウントは別としたい
-
On `yarn install` I get an error involving `textlint-scripts`.
```sh
❯ yarn install
yarn install v1.22.11
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependen…
-
**Is your feature request related to a problem? Please describe.**
Currently, port number is hardcoded `8081`.
https://github.com/caderek/gramma/blob/3023e3ae7db87c9acd3989762669d229894cae83/src…
-
This is a work log of a "OSS Gate workshop".
"OSS Gate workshop" is an activity to increase OSS developers.
Here's been discussed in Japanese. Thanks.
## 作業ログ作成時の説明
以下のテンプレートを埋めてタイトルに設定します。埋め方…
-
**What version of textlint are you using?**
v12.0.2
**What file type (Markdown, plain text, etc.) are you using?**
Markdown, plain text, etc.
**What did you do? Please include the actual sourc…
-
次のように、複数行のテキストで2行目に「が」が二回以上使われる場合、lineとして2が返ることを期待していますが、1が返ってきます。
```
@@ -59,5 +59,15 @@ tester.run("no-doubled-conjunctive-particle-ga", rule, {
}
]
},
…
-
I set a .textlintrc and hoge.yml like below.
- `.textlintrc`
```
{
"rules": {
"@proofdict/proofdict": {
dicts: [
{"dictGlob": "./dicts/*.yml"},
…
-
I wrote a draft of "Best practices for translation" document. Will appreciate any feedback from you. :)
"번역 모범 사례" 문서의 초안을 작성해보았습니다. 보시고 의견있으시면 주세요. 어떤 피드백이든 환영합니다. :)
-----
# 모범사례
## 쌍점은 거의…
-
Textlint reacts to the text in the quoted quote tag.
I'd like to use the original text in the quote tags, but it gets caught by textlint's check and I can't get the build to pass unless I fix it.
…