Results 13 issues of IRIDE Monad

Hi, I'm just wondering if it is possible to have "Multiple fix results" and "Interactive fix" features in textlint. For example, "Spell checker" sometimes has multiple candidates of fix result....

Status: Abandoned

Hi, thank you for awesome module! I have been trying to override a stubbed method provided by sinon-chrome with my implementation to simulate `chrome.runtime.lastError` set inside the method. Is there...

`。。` や `、、` の fixer は現状 `……` に置き換えてるけど、単なる打ち間違いの可能性があるから、決め打ちは良くないかもしれない。 誤爆防止として `。。` 2つだけなら `。` に置き換えた方がいいかも。3つ以上なら明らかに三点リーダー代わりに使っているので `……` に直す。

enhancement

For #6 , we keep writing tests for existing classes. :triumph:

By using [SandboxSender](https://doc.esdoc.org/github.com/io-monad/chrome-util/class/src/sandbox-sender.js~SandboxSender.html) and [SandboxReceiver](https://doc.esdoc.org/github.com/io-monad/chrome-util/class/src/sandbox-receiver.js~SandboxReceiver.html) in [@io-monad/chrome-util](https://github.com/io-monad/chrome-util) which is introduced in #34 , we can send messages to the sandbox without indirectly callbacks via returning `event.source.postMessage`. This change would make...

enhancement

We should run the background page in [Event Page mode](https://developer.chrome.com/extensions/event_pages) for decreasing memory usage in inactive state. We need to fix some issues for migrating: - We should use `onStartup`...

enhancement

We want to show a user the diffs made by auto-correcting texts. - By opening a tab or a window - It can be annoying to move from editting area....

enhancement

Some WYSIWYG editor uses Content Editable elements from HTML5. We should support them.

enhancement

Related to #3, we want to refactor around `textlint-wrapper`. Perhaps we can use official `TextLintEngine` by replacing loaders to use bundled rules, but it could make the extension to hard...

enhancement

We want to install additional rule plugin which is not bundled, via Browserify CDN. I have already implemented the basic function for that, we have to think about problems like...

enhancement