codex-team / codex-team/editor.js
Block specific Text direction
Open
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
The actual direction parameter is cool ! But it's applied to all blocks :
```
const editor = new EditorJS({
i18n: {
direction: 'rtl',
},
```
We could add mixed languages into the same document.
I suggest adding a block specific direction that takes the priority over the global document direction.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.