Seb
Seb
You can disable it by doing ```js const editor = new EditorJS({ tools: { someOtherTool: { //... tunes: [ /* all other tunes except those you dont want, this can...
I've somewhat achieved this by using a MutationObserver on the editor__redactor element, and save which blocks contain the 'selected' class, showing the inline toolbar manually after the mouse up event...
@kaaaaaaaaaaai Please approve and merge this PR if possible
@VladimirTambovtsev I've recently published one that can work for any block https://www.npmjs.com/package/editorjs-block-indent-blocktune?activeTab=readme
Thank you for your reply. Sounds like a lot of trouble, but i found this new package that came out a few days ago and used it on my front...
I saw some icons online    But i don't know if they are appropiate for the editorjs design. I want to use the icon for Adding a 360...
Have you added this plugin to https://github.com/editor-js/awesome-editorjs?