codex-team / codex-team/editor.js
💡is it possible to easily add support for the vertical editing ?
Open
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
there is a vertical editing mode in CSS called
```
writing-mode: vertical-lr;
```
which is cool for Japanese Chinese typing,
but When I try to do it in editor.js, the cursor is not fit for the vertical, and up/down/right/left keys also don't work for the vertical direction
so any hints for this?
thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.