-
Hello
How to change the `` tag to `` in the **BoldInlineTool** class?
![issue_1](https://user-images.githubusercontent.com/31389761/80956151-e07d8000-8e15-11ea-9203-e06fdfba8740.JPG)
![issue_…
-
### Editor Component-
```
function Editor(props) {
return (
props.handleInstance(instance)}
/>
);
}
```
### handeSave in different function-
```
const handleInstance = (insta…
-
I'm trying to translate the editor tooltips and names to Portuguese, but the docs don't specify a way to do that, and in fact, it doesn't seem possible at the moment.
Can this be done?
-
## Scenario
A block's tool setting opens a modal (or any other new view outside of editorjs). Whenever the user hits backspace _or_ enter in the new view though, the block - which is still selected…
-
Hello,
Is it possible to overwrite default `Paragraph` plugin ?
I try something like that with cloning src directory of [@editorjs/paragraph](https://github.com/editor-js/paragraph) to `./paragrap…
-
Example: i want to add some my name instead of typing again and again i can add button in toolbar when i press the button my name will add in focused area?💡
-
-
I wrote my own implementation of React container for Editor.js, and instead of creating separate package I'd like to volunteer my contributions and help here. Example use case would look like:
``` …
Tymek updated
4 years ago
-
Hi @neSpecc @gohabereg
The response has file->url but still error uploading message
What I am doing wrong can anyone help?
![Image of Error](https://i.vgy.me/U98iFP.png)
-
Hello
I am trying to use this in editor in an existing system where saving block JSON is not possible. That problem is solved by converting the JSON to HTML. But now while reading drafts, the HTML …