269
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
this is my tune, everything works except data is not passed to the constructor, and the block thats passed to the constructor, only has the id, no .data
Читать полностью…
I'm unable to get the block.data in a tune command
Читать полностью…
I dont get it, the block object has no data inside the tune
Читать полностью…
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).
these are all undefined, except block, but block has no .data property, only .id
Читать полностью…
is this the only way? Im going to try it now but this cant be right
Читать полностью…
so I would then have to cycle trough it to find the one with the id
Читать полностью…
but this gets all the blocks, it wont work, I'm trying to read a block
Читать полностью…
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?
Читать полностью…