editor icon indicating copy to clipboard operation
editor copied to clipboard

Welcome to collaborator!

Open azu opened this issue 5 years ago • 1 comments

@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.compiler on CodeSandbox or local?

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.

azu avatar Jul 29 '20 04:07 azu

Future plan

  • Frontend
    • [ ] Ignore support
    • [ ] see rule document support
    • [ ] suggest ?
    • [ ] total warning, total error count
      • Create information toolbox right bottom?
    • [ ] disable on textarea
image
  • Compiler
    • Create compile template using https://codesandbox.io/
    • @textlint/compiler work on codesandbox?
    • we have already publish @textlint/compiler on npm.
    • Express + @textlint/compiler provide 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

azu avatar Jul 29 '20 04:07 azu