Seb

Results 7 comments of 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 ![image](https://github.com/user-attachments/assets/2626b651-6b53-41ad-9357-eb28f2b8dce3) ![image](https://github.com/user-attachments/assets/53fcf7b5-6d4e-4154-ad18-c46017db9360) ![image](https://github.com/user-attachments/assets/6cfed363-7287-43d5-9470-0af9a7451d06) 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?