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 🤩

there is a guide of how to create a block tool https://editorjs.io/creating-a-block-tool/

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

Editor.js 🤩

Hello! Does Editorjs transmit data into custom tulas/classes?


const editor = New Editorjs ({{
autofocus: true,
Tools: {
CUSTOOLOL: Mycutomtool
}
Data: SomeprepareData
});


so that inside Mycustool can get the data I need


Class Mycustool Extends Editorjstool {
Private NeededData: Any;
constructor ({API, Data, Config, ... REST}) {
this.neededdata = DATA.NEEDEDDATA;
Super ({API, Data, Config, ... Rest});
}

logger () {
console.log (thisneededdata);
}
}

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

Editor.js 🤩

Please clarify your problem

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

Editor.js 🤩

Can we use our own created functional component or any other frontend component library with editor tool?

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

Editor.js 🤩

Всем доброго времени суток, можете помочь пожалуйста очень нуждаюсь в вашей помощи, как мне в EditorJS сделать заголовок обязательным как на сайтах vc dtf?

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

Editor.js 🤩

Hello. Specify isReadOnlySupported static getter. And update your tool UI based on readOnly constructor param — disable all editing abilities such as contenteditable attributes, click listeners, etc

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

Editor.js 🤩

📦 @editorjs/editorjs 2.31.0-rc.9 was published

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

Editor.js 🤩

Hello there ,I am facing issue while using editorjs with nextjs in the embeds ,link and attach tool showing declartion file not found.i think types are not defined for these plugins.Can anyone share their implementation of editorjs

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

Editor.js 🤩

📦 editorjs/list">@editorjs/list 2.0.6 was published

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

Editor.js 🤩

📦 editorjs/image">@editorjs/image 2.10.2 was published

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

Editor.js 🤩

I am asking cause I am not familiar with the plugin system and want to know if its is technically feasible, as I am planning to implement it myself

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

Editor.js 🤩

Thanks
Would it be possible to implement via plugin?

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

Editor.js 🤩

📦 editorjs/list">@editorjs/list 2.0.4 was published

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

Editor.js 🤩

i cant really do that because its in a lot of places. But also I think its not about displaying, but just the existence of the nz-select anywhere on the screen is preventing and messing up the editorjs handlers/listeners.

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

Editor.js 🤩

I found that is problem with having both editorjs and that nz-select because i was jus removing parts of the project and i narrowed it down to that. And also i made a separate test project and I just added editorjs, and it was working fine. And then i just added the nz-select and instantly i get this error when i use editorjs popover with tools:

editorjs.mjs:3393 Unable to preventDefault inside passive event listener invocation.

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

Editor.js 🤩

Ok... Suppose I have created a PDF viewer functional component, I want to use it as block tool. So, how I can do it

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

Editor.js 🤩

Привет! а EditorJS передает данные внутрь кастомных тулзов/классов ?


const editor = new EditorJS({
autofocus: true,
tools: {
customTool: MyCustomTool
},
data: somePreparedData
});


чтобы внутри MyCustomTool мог доставать нужные мне данные


class MyCustomTool extends EditorJsTool {
private neededData: any;
constructor({ api, data, config, ...rest }) {
this.neededData = data.neededData;
super({ api, data, config, ...rest });
}

logger() {
console.log(this.neededData);
}
}

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

Editor.js 🤩

Ok thanks for your reply.... Can you please provide some reference how to do it

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

Editor.js 🤩

Good day to everyone, you can help please really need your help, how can I make the heading mandatory as on the VC DTF sites in Editorjs?

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

Editor.js 🤩

hi. wondering, is it possible copy, cut a full block ?

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

Editor.js 🤩

hello guys
how do i can enable readOnly mode in my custom tools ?

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

Editor.js 🤩

📦 editorjs/table">@editorjs/table 2.4.4 was published

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

Editor.js 🤩

Editor.js is not ready because of Error: element with ID «editorjs» is missing. Pass correct holder's ID. · Issue #2914 · codex-team/editor.js
https://github.com/codex-team/editor.js/issues/2914

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

Editor.js 🤩

📦 editorjs/list">@editorjs/list 2.0.5 was published

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

Editor.js 🤩

I believe it's possible. Should be designed first

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

Editor.js 🤩

With header an footer

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

Editor.js 🤩

Hi
Does editor is support pagination?

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

Editor.js 🤩

If anyone has some ideas and recommendation its much appreciated. I have been trying a lot of things, but i cant get past this bug.

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

Editor.js 🤩

Maybe you should not display nz-select when Editor is focused?

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

Editor.js 🤩

where that component is used?

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