editor.js icon indicating copy to clipboard operation
editor.js copied to clipboard

Block specific Text direction

Open bilel opened this issue 1 year ago • 1 comments

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.

bilel avatar Feb 27 '24 14:02 bilel