-
I saw we already have PR for that. However, this issue still happened.
-
Add instagram and Twitter modules
-
I started implementing your react-editor to my project and it shows default view. I can enter some text, but when I trying to add some excludeDefaultTools it ignore everything. It also ignore holderId…
-
It seems like levels are hardcoded and cannot be set. What if I want to put H1 only?
-
I tried your example with instance in documentation, but undefinded also when I console.log data in onChange function. Can you give some real example of fetching data? Thanks
-
When loading the editorjs.io homepage in Firefox, it demonstrates issues with lining up the contenteditable [content] with the surrounding div border:
![2019-11-12-15-24-18](https://user-images.git…
-
Hello,
I'm currently looking at integrating this in Fork CMS
When I'm selecting all text in a paragraph in firefox I get the following error
```
TypeError: this.items[n] is undefined
```
-
Hi guys,
I am trying to integrate with image and https://github.com/editor-js/image
But I am not sure how to do it.
Let me know your thoughts.
Thanks,
-
I use React, how can i pass jsx into the editor ? For example
```
class EditPage extends React.Component {
componentDidMount() {
const editor = new EditorJS({
holderId: 'codex-edit…
-
This is my custom tools.
I want the save method of blocks to get an HTML fragment
![image](https://user-images.githubusercontent.com/35526117/65038446-9036d800-d982-11e9-94fb-8ec0b01e61d0.png)
Bu…