azu

Results 512 issues of 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

Type: Bug
good first issue

https://github.com/textlint/editor/blob/270b40080e903596b0ef5afd1fcaa2791b9609ac/packages/textchecker-element/src/text-checker-popup-element.ts#L103

Type: Bug
help wanted

CodeMirror has textarea but this use-case is very special. Probably, We need to write CodeMirror plugin.

help wanted
Status: Proposal

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...

Type: Documentation

![image](https://user-images.githubusercontent.com/19714/115846104-862d6300-a45c-11eb-9b8d-4ef7caae8fb5.png) Currently, does not reload after clicking "Delete"

Type: Bug
good first issue
Status: PR Welcome

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...

Status: Need More Info

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...

Type: Documentation

- Firefox use same `.web-extension-id` - Chrome Web Store

I've created basic example. ![image](https://user-images.githubusercontent.com/19714/88825024-068ea280-d202-11ea-960f-d27feb207bc1.png) 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.

Package: compiler