Users and collaborators community Ask a question or leave a feedback about Editor.js https://github.com/codex-team/editor.js Please, write in English. 💝 Support project: http://opencollective.com/editorjs
I can update the block, that works, I can't get the data from it inside the tune
Читать полностью…I shared my code here https://github.com/codex-team/editor.js/issues/2630
Читать полностью…Hi all, is update working? How do I replace the data of a pragraph block? Im unable to do so
Читать полностью…How can I set caret position manually? The offset mentioned in the documentation is not working.
Читать полностью…Hi,
I wanted to disable the default popup when I select image and also wanted to give two options instead of one, from (select an image) to (select existing, select an image).
Всем привет, такой вопрос: есть ли готовое решения для очистки стилей? Например мы добавили жирность, курсив, подстрочное и т.д. И нам необходимо еще одно расширение, которое очищает все это?
Читать полностью…Hey, it's already in work. We will try to include the new cross-block caret behavior to the 2.30 which is planned to be released in Q1
Читать полностью…I think there is a nested editorjs block already
Читать полностью…I am not sure that's possible because it's a library rule. But i have got idea that you can forced that library and find where it is used and replace it
Читать полностью…this?
save() {
const savedData = this.api.saver.save(); // ...
}
I dont see a way to return data from this method
Читать полностью…without reading it this wont work, I need to know the content of the block
Читать полностью…Good morning, I need some help, block data is not there when passing to a tune
Читать полностью…const selection = document.getSelection();Читать полностью…
const range = new Range();
range.setStart(...);
range.setEnd(...);
selection.removeAllRanges();
selection.addRange(range);
Hi community,
I want to know about features about collaboration and grammelly , are these features already available or not ?
Hello everyone, my question is: is there a ready-made solution for cleaning styles? For example, we added boldness, italics, subscript, etc. And we need another extension that cleans it all up?
Читать полностью…Hello Peter, are there any perspectives on the collaborative features for the editor?
Читать полностью…Hi guys. Do you have any plans to address the cursor movement issue within the editor? Specifically, when pressing the ArrowUp key, the cursor currently moves to the beginning of the current line instead of the previous line.
I noticed that in Notion, they use contenteditable in two locations: on the root and within the working area of each block. Currently, EditorJS only uses contenteditable within the second location. And Notion does not encounter any issues with cursor movements and text selection across multiple lines.
If that don't work, you'll have to fork probably
Читать полностью…Hi Guys! I have a very unpleasant problem😒
My application is written in React js, and I use EditorJs and all my blockTools except Text(paragraph) are custom. Moreover, some of my own blockTools have their own EditorJs instance because I have a need for it. That is, I need to call editorJs again inside editorJs blockTools with the same blockTools.
In general, everything works well, saving and parsing and so on, but there is a problem with the default nested Text (Paragraph plugin).
When my component renders all my blocks on first load - I set the caret to Text, and when I press BackSpace or control the arrows - I get a nasty error:
"Cannot read properties of undefined (reading 'focusable'), at get isAtStart, at Qo.backspace, at Qo.keydown"
I went to look at these parts of the EditorJs library code, and found this place:get isAtStart() {
const { currentBlock: e } = this.Editor.BlockManager;
if (!e.focusable)
}
I think this is where he falls.
Of course there are a couple more similar places.
Please tell me, can this be fixed somehow? And a general question: has anyone else tried to initialize EditorJs inside the BlockTools of the parent EditorJs in React?
upd:
im using right now pre-release version v2.29.0-rc.8 because latest release version has some problem with focus and caret(in my case when im using nested instance EditorJs inside EditorJs BlockTools)
Guys who can assist me with a e-commerce website. An already made one if possible?
Читать полностью…Is there any way I can encourage the creation of new ones when I press enter? I am rendering as react components. and I have that problem. when the user already entered. I haven't found a way to send it
Читать полностью…