azu

Results 808 comments of azu

I think that it is a bug about https://github.com/azu/sentence-splitter/blob/master/src/parser/AbbrMarker.ts AbbrMarker aim to support [Full Stops (Periods) in Abbreviations](https://www.grammar-monster.com/lessons/abbreviations_full_stops_periods.htm). But, it maybe false-positive for `NG.`

Yes. Currently, `splitAST` parse only `Str` node and it parse *shallow*. https://github.com/azu/sentence-splitter/blob/1663ab26ba4ad29d9ab36616a572231a5e9d637c/src/sentence-splitter.ts#L182-L191 As a result, this library does not psers `Str` of `Link` or `Strong`. ``` ← will be parsed...

Thanks for report! Abstract text: ``` [Str][Punctuation][Footnote][WhiteSpace][Str][Punctuation] ``` We have three options. Option 1: No Support ``` Sentence 0: [TEXT][Punctuation][Footnote][WhiteSpace][TEXT][Punctuation] ``` Option 2: Sentence 0 inlucdes Footnote( @alxtsg suggested )...

Currently, new Config is sync. ESM supporting need to make it async... - loadRulesConfigFromPresets is main issue

```js const engine = new TextLintEngine({ loader: nodeLoader, // browserLoader }) ``` memo : loader will be pluggable design.

Add - https://github.com/textlint/textlint/issues/103

Does Your SUMMARY.md incudes a link to `Manuscript_X.md`? If you can, please provide `book.json` and `SUMMARY.md` or provide reproduce repository.

@sanmai-NL I agree. It is reasonable. I think that respecting `.gitignore` is opt-in feature. I close this issue, and open new issue. - https://github.com/secretlint/secretlint/issues/337

![promise-book](https://cloud.githubusercontent.com/assets/19714/5791805/e5a2c1fa-9f35-11e4-8df9-7e05d2c43094.png)

avatorの画像が現在のディレクトリ構造だと解決する方法が分からない…