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

Peritext: rendering surface API

Open streamich opened this issue 1 year ago • 0 comments

Specify and implement an interface that each rendering surface has to provide:

  • [x] Find position in prev/next line from the current cursor focus.
  • [x] Ability to find soft line end/start.
  • [x] Ability to navigate using ArrayUp and ArrowDown key presses.
  • [x] Ability to focus/blur the editor.
    • [ ] Use it in DOM controller (blur).

streamich avatar Nov 11 '24 23:11 streamich