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

Dont show toolbar if hideToolbar option is passed

Open gohabereg opened this issue 6 years ago • 8 comments

If user pass hideToolbar option to initial config, toolbar should not be shown

gohabereg avatar Jan 24 '19 23:01 gohabereg

Are you still working on this feature? I need it for my project to disable inline bold / italic style for text in a paragraph. Thanks.

lanyusan avatar Nov 26 '19 07:11 lanyusan

@lanyusan this option will disable Inline Toolbar for all blocks. For your case you just need to specify an option inlineToolbar: false for paragraph tool in Editor Config.

neSpecc avatar Nov 26 '19 09:11 neSpecc

I believe this is still broken, the hideToolbar option doesn't actually do anything: https://github.com/codex-team/editor.js/search?q=hidetoolbar&unscoped_q=hidetoolbar

It was working here: https://github.com/codex-team/editor.js/pull/162/files#diff-87e5c1f4be8d3a6a23d79352a2a95b6a But the code has been refactored quite a bit since then, and the hideToolbar function was left out

GuruM avatar Aug 23 '20 02:08 GuruM

hideToolbar is not working anymore

imransilvake avatar Oct 04 '22 20:10 imransilvake

hideToolbar is not working anymore

Can confirm

jonasesr avatar Nov 25 '22 19:11 jonasesr

still not work

train860 avatar May 26 '23 12:05 train860

still not work +1.

It's a simple function, right?

ALiangLiang avatar Jun 26 '23 18:06 ALiangLiang

still not working lol

Rafik-Belkadi-Reccap avatar Dec 29 '24 16:12 Rafik-Belkadi-Reccap