editor
editor copied to clipboard
Welcome to collaborator!
@textlint/editor project always welcome to new collaborator! ✋
@textlint/editor is an early phase, so we need a discussion about the use-case.
First milestone:
- Work @textlint/editor work as a browser extension
- You can use @textlint/editor in any website like GitHub comment (
<textarea>support) - You can use own rule set that is built by
@textlint.compileron CodeSandbox or local?
- You can use @textlint/editor in any website like GitHub comment (
My motivation is described in https://azu.github.io/slide/2020/textlint-editor/textlint-editor.html (In Japanese)
If you are interested in @textlint/editor, please tell us it.
Also, we can use gitter https://gitter.im/textlint-ja/textlint-ja for chatting.
Future plan
- Frontend
- [ ] Ignore support
- [ ] see rule document support
- [ ] suggest ?
- [ ] total warning, total error count
- Create information toolbox right bottom?
- [ ] disable on textarea
- Compiler
- Create compile template using https://codesandbox.io/
- @textlint/compiler work on codesandbox?
- we have already publish
@textlint/compileron npm. - Express +
@textlint/compilerprovide compiled textlint.js
- performance
- #2
- Web Extension
- Add update logic textlint.js(compiled)
- [ ] user can download textlint.js(is built by compiler) and use specific textlint.js, then restart WebWorker . How?
- download js logic
- store logic
- restart background logic
- [ ] How to publish to store
- Rule:
- found breaking rule on browser