editor.js
editor.js copied to clipboard
Block specific Text direction
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.