editorjs-alignment-blocktune icon indicating copy to clipboard operation
editorjs-alignment-blocktune copied to clipboard

Results 14 editorjs-alignment-blocktune issues
Sort by recently updated
recently updated
newest added

fixes #12 Uses https://editorjs.io/blockapi/#dispatchchange to tell the editor that the block has been changed.

It is a bit annoying for cases when we have a live preview, relying on the onChange event. Any workaround to suggest to make it work? E.g. calling a save...

Could you please add text indent option? Can I make somehow text indent from the left border on new line? Thank you!

Is this available via jsDelivr CDN?

Hello, thanks for this wonderful package. I have been checking this and the other [package](https://github.com/kaaaaaaaaaaai/paragraph-with-alignment), and I realized this package does not include the `justify` option for alignment, does it?...

Hello, What about having the same UX than https://github.com/kaaaaaaaaaaai/paragraph-with-alignment I can submit a PR. ![image](https://github.com/kaaaaaaaaaaai/editorjs-alignment-blocktune/assets/3944894/d76861ae-3705-49a7-a33b-898a563c61a9)

https://github.com/kaaaaaaaaaaai/editorjs-alignment-blocktune/issues/10

I migrate this plugin to new api, you just need to make a build of it (i just changed sources) and migrate with master https://github.com/medzhidov/editorjs-alignment-blocktune/tree/migrate-to-new-api

After adding the dependency & applied the object into `tools`, like: ``` anyTuneName: { class: AlignmentTuneTool, config: { default: "right", blocks: { header: 'center', list: 'right' } }, }, paragraph:...