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
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. Спасибо!
*ушёл биться головой*
импорты странные
я дефолтные инструменты пакетами устанаваливал
и выглядел какой нибудь параграф так
import Paragraph from "@editorjs/paragraph";
📦 editorjs/embed">@editorjs/embed 2.7.4 was published
Читать полностью…
I like the block tools UI/UX a lot. Is there a simple way to use that component for inline tools as well?
Читать полностью…
https://github.com/codex-team/editor.js/issues/1971
Читать полностью…
I have plans for rewriting our paste module. Create an issue and I'll fix
Читать полностью…
📦 editorjs/text-variant-tune">@editorjs/text-variant-tune 1.0.2 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";
Please, help!
Editor doesn't show additional tools in vue app.
To make shure it doesn't conflict with some of my code& styles I've created new app and put editor there, but still nothing.
I've even tried to make editor ref.value instead of simple variable.
The code is basic copypaste from the site
📦 editorjs/paragraph">@editorjs/paragraph 2.11.5 was published
Читать полностью…
Hi. The onPaste event is fired only when the tool provides the pasteConfig
https://editorjs.io/paste-substitutions/
hi folks.
I need access to method onPaste, but this don't work :(
Hi @specc ,
I’ve been facing this issue since long time. When I copy and paste from another blog.
The images gets pasted twice.
Tried various versions, the issue still persists