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
Just solving this:: https://github.com/codex-team/editor.js/issues/2805
And this:: https://github.com/codex-team/editor.js/issues/2806
With that 2 easy features its easy to create the collab in realtime with websockets
Btw, Josep and i just created a working realtime collaborative editor with editorjs and websockets
Читать полностью…I just opened this issue, maybe we can talk there https://github.com/codex-team/editor.js/issues/2805
Читать полностью…Hello, does anyone know if it's possible to trigger an blocks.update() call without triggering the onChange event ?
Читать полностью…📦 editorjs/image">@editorjs/image 2.9.3 was published
Читать полностью…If this tool does not modify the DOM, the editor can't capture the change. For such cases, we have a .dispatchChange() method in the BlockAPI. It's likely missing in that tool, so you should ask its maintainer to add it
Читать полностью…upd: "внутри", в raw data редактора, якоря отлично создаются, обновляются и хранятся. Только событие не выбрасывается, похоже
Читать полностью…Использую плагин VolgaIgor/editorjs-anchor
Добавление якоря не вызывает onChange. Это я что-то не понимаю в настройках или это надо к разработчику?
На скрине видно:
68 - добавлен tune
103 - настроен tune для всех блоков
📦 editorjs/list">@editorjs/list 1.10.0 was published
Читать полностью…Я тупой! Я не вкурил, что ВСЕ компоненты - это плагины! Надо внимательнее читать. Меня сбило с толку наличие инлайн-инструмента link. Спасибо!
*ушёл биться головой*
If you need feedback we really know the things that need to change to make it so easy to implement
Читать полностью…Describe the use case so we can think about the solution
Читать полностью…I'd like to group some tools (like paragraph, header, list etc.) in super categories
Читать полностью…Will the nested menu be made available for block tool and not only block settings & inline tool
Читать полностью…📦 editorjs/nested-list">@editorjs/nested-list 1.4.3 was published
Читать полностью…upd: "inside", in the raw data of the editor, anchors are perfectly created, updated and stored. Only the event is not thrown, it seems
Читать полностью…I use the plugin VolgaIgor/editorjs-anchor
Adding an anchor does not trigger onChange. Is there something I don’t understand in the settings or should I contact the developer?
The screenshot shows:
68 - added tune
103 - tune configured for all blocks
Hello everyone, please help, maybe someone has encountered this.
Next.js project using typescript,
I installed @editorjs/table, but when importing the error:
Could not find module declaration file '@editorjs/table'. "/Users/.../dist/table.mjs" has an implicit type of "any".
Try using the command "npm i --save-dev @types/editorjs__table" if it exists, or add a new declaration file (.d.ts) containing "declare module '@editorjs/table';"
I'm dumb! I didn't realize that ALL components are plugins! I was confused by the presence of the link inline tool. Thank you!
*goes off to bang his head*
imports are strange
I installed the default tools in batches
and some paragraph looked like this
import Paragraph from "@editorjs/paragraph";