Vadims Daleckis
Vadims Daleckis
- [ ] Render like in read-only mode, but with additional paged media and print considerations. - [ ] Disable mouse interactive content. - [ ] Support paged media -...
Renders overlays out-of-band by positioning them manually. So that the block elements do not appear inside inline elements and don't interfere with element layout flow and spellchecking. - [ ]...
- [ ] Make shortcuts cross-platform: `⌘ B` vs `Ctrl + B` - [ ] Registry of keyboard shortcuts - [ ] Register existing actions into registry - [ ]...
## Fragments - [ ] For plugins ability to render "fragment" (instead of "peritext") - [ ] Add ability to render selected fragment in read-only mode - [ ] Show/render...
- [ ] 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...
- [ ] Test accesibility - [ ] Fix mobile device bugs --- - [ ] Handle composition correctly - [ ] Deal with `compositionstart`, `compositionupdate`, and `compositionend` events.
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...
- [x] Keyboard movement - [x] `ArrowLeft` - [x] `ArrowRight` - [x] `ArrowUp` - [x] `ArrowDown` - [x] `Shift + ArrowLeft` - [x] `Shift + ArrowRight` - [x] Mouse movement...
Implement top (main, document-level) toolbar. - [ ] Toolbar (with chrome around the document). - [ ] Ability for it to be floating. - [ ] Ability to render it...