codex_editor | Unsorted

Telegram-канал codex_editor - Editor.js 🤩

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

Subscribe to a channel

Editor.js 🤩

https://editorjs.io/saving-data/

Читать полностью…

Editor.js 🤩

where is this? I dont see it in the docs

Читать полностью…

Editor.js 🤩

I can update the block, that works, I can't get the data from it inside the tune

Читать полностью…

Editor.js 🤩

I shared my code here https://github.com/codex-team/editor.js/issues/2630

Читать полностью…

Editor.js 🤩

I can update it, I can't read it

Читать полностью…

Editor.js 🤩

can anyone help me with this please?

Читать полностью…

Editor.js 🤩

Hi all, is update working? How do I replace the data of a pragraph block? Im unable to do so

Читать полностью…

Editor.js 🤩

How can I set caret position manually? The offset mentioned in the documentation is not working.

Читать полностью…

Editor.js 🤩

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).

Читать полностью…

Editor.js 🤩

Всем привет, такой вопрос: есть ли готовое решения для очистки стилей? Например мы добавили жирность, курсив, подстрочное и т.д. И нам необходимо еще одно расширение, которое очищает все это?

Читать полностью…

Editor.js 🤩

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

Читать полностью…

Editor.js 🤩

And fix the issue yourself

Читать полностью…

Editor.js 🤩

I think there is a nested editorjs block already

Читать полностью…

Editor.js 🤩

📦 @editorjs/editorjs 2.29.0-rc.8 was published

Читать полностью…

Editor.js 🤩

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

Читать полностью…

Editor.js 🤩

this?
save() {
const savedData = this.api.saver.save(); // ...
}

Читать полностью…

Editor.js 🤩

You have "save()" method to retrieve data

Читать полностью…

Editor.js 🤩

I dont see a way to return data from this method

Читать полностью…

Editor.js 🤩

without reading it this wont work, I need to know the content of the block

Читать полностью…

Editor.js 🤩

Hey. Try using blocks.update(id, newData)

Читать полностью…

Editor.js 🤩

Good morning, I need some help, block data is not there when passing to a tune

Читать полностью…

Editor.js 🤩

const selection = document.getSelection();
const range = new Range();

range.setStart(...);
range.setEnd(...);

selection.removeAllRanges();
selection.addRange(range);

Читать полностью…

Editor.js 🤩

Hi community,
I want to know about features about collaboration and grammelly , are these features already available or not ?

Читать полностью…

Editor.js 🤩

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?

Читать полностью…

Editor.js 🤩

Hello Peter, are there any perspectives on the collaborative features for the editor?

Читать полностью…

Editor.js 🤩

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.

Читать полностью…

Editor.js 🤩

If that don't work, you'll have to fork probably

Читать полностью…

Editor.js 🤩

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)

Читать полностью…

Editor.js 🤩

Guys who can assist me with a e-commerce website. An already made one if possible?

Читать полностью…

Editor.js 🤩

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

Читать полностью…
Subscribe to a channel