azu
azu
https://github.com/jser/jser.github.io/pull/890
When click "Ignore" item, we need to hide the menu for interaction. Related code: https://github.com/textlint/editor/blob/169d148c9abc607c2b3892531bcedd0115c32ef2/packages/textchecker-element/src/attach-to-text-area.ts#L226-L232
https://github.com/textlint/editor/blob/270b40080e903596b0ef5afd1fcaa2791b9609ac/packages/textchecker-element/src/text-checker-popup-element.ts#L103
CodeMirror has textarea but this use-case is very special. Probably, We need to write CodeMirror plugin.
Why we launch textlint script workers on background pages? - For reuse worker - For reuse cache - For avoiding CSP error on website #37 Another option: - use Content...
 Currently, does not reload after clicking "Delete"
Manifest V3 restrict eval function - [chrome.scripting - Chrome Developers](https://developer.chrome.com/docs/extensions/reference/scripting/#runtime-functions) - [Migrating to Manifest V3 - Chrome Developers](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#remotely-hosted-code) textlint editor use `new Worker(inline code)`. I found that content scripts allow...
currently, fixText just use @textlint/source-code-fixer. This come from the limitation to implement ignoreText. For example, ignore some text, lintText can ignore it. But, fixText can not ignore it because real...
- Firefox use same `.web-extension-id` - Chrome Web Store
I've created basic example.  https://codesandbox.io/s/github/azu/textlint-builder/tree/master/ https://github.com/azu/textlint-builder We want to provide codesandbox template for distributor. The textlint.js distributor use some base project.