codex-team / editor.js

A block-style editor with clean JSON output
https://editorjs.io
Apache License 2.0
28.03k stars 2.05k forks source link

Custome Toolbar Style💡 #1419

Open akshayrathodar opened 3 years ago

akshayrathodar commented 3 years ago

Hello i am Developing some custom design and plugin and now i need to change this toolbar style Screenshot from 2020-11-07 14-45-07 to something else so could you help me or instruct me that how can i do this

neSpecc commented 3 years ago

For now, you can only change the icons and titles

NogaMan commented 3 years ago

Снимок экрана 2021-05-28 в 13 13 42

How can we do such thing? Is there a way to customize toolbar?

neSpecc commented 3 years ago

How can we do such thing?

You can do it with some CSS overrides

xiaohui-zhangxh commented 3 years ago

if editorjs extract Toolbar into an individual plugin, or make it configable to override default Toolbar renderer, that's would be great. For my current project, we are going to make a Toolbar like Notion.so

deshetti commented 3 years ago

if editorjs extract Toolbar into an individual plugin, or make it configable to override default Toolbar renderer, that's would be great. For my current project, we are going to make a Toolbar like Notion.so

@xiaohui-zhangxh We are trying to create a similar toolbar like Notion as well with EditorJS. Did you have any luck with doing so? Would be great if you can share some pointers on how to go about achieving it?

ChasLui commented 3 years ago

if editorjs extract Toolbar into an individual plugin, or make it configable to override default Toolbar renderer, that's would be great. For my current project, we are going to make a Toolbar like Notion.so

@xiaohui-zhangxh We are trying to create a similar toolbar like Notion as well with EditorJS. Did you have any luck with doing so? Would be great if you can share some pointers on how to go about achieving it?

We have implemented a notion-like toolbar, but have forked and modified the editorjs source code

deshetti commented 3 years ago

We have implemented a notion-like toolbar, but have forked and modified the editorjs source code

@ChasLui Thanks a lot for your response. Is this the fork you are referring to? https://github.com/ChasLui/editor.js

Could you please point me to the relevant changes? Thanks again!

firmandikun commented 2 years ago

lovep

Babbz75 commented 2 years ago

Has anyone accomplished creating an external toolbar and editing targeted content in the editor?