json-joy icon indicating copy to clipboard operation
json-joy copied to clipboard

Spellcheck and cursor improvements

Open streamich opened this issue 8 months ago • 0 comments

  • [ ] Disable spellcheck in inline elements spellCheck={false}, which are split by cursor.
    • [ ] Improve inline block React node generation code. Modify props of previous not to specify it might have a cursor.
      • [ ] Improve positioning approach of caret, when it is attached to "after" the character. Instead of absolute position shift, figure out the positioning logic inside the new inline element rendering loop.
  • [ ] Or, render cursor as a virtual overlay.

streamich avatar Apr 20 '25 11:04 streamich