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
Hello. Why the 'toolbox-closed' and 'toolbox-opened' events do not work?
Читать полностью…Здравствуйте. Может быть тут есть те, кто может дать платную консультацию по editior js , особенно актуально стало с учетом ухода из РФ notion. Заранее благодарю!
Читать полностью…https://getbootstrap.com/docs/5.3/components/modal/#how-it-works
Читать полностью…📦 editorjs/quote">@editorjs/quote 2.7.2 was published
Читать полностью…📦 editorjs/table">@editorjs/table 2.4.1 was published
Читать полностью…📦 editorjs/quote">@editorjs/quote 2.7.1 was published
Читать полностью…📦 editorjs/delimiter">@editorjs/delimiter 1.4.2 was published
Читать полностью…please, remove this:
error Couldn't find any versions for "@editorjs/dom" that matches "workspace:*"
@specc Right now, I can't apply any function to multiple selected blocks
Читать полностью…Hello. Will there ever be an option to mass-select blocks in the editor?
Читать полностью…Hi. I fail to find any information on how to extend a plugin.
For example I want to extend @editorjs/image because I need to add some more fields to the block
Can't catch em with addeventlisteners nor the .on nor the listeners.on
Читать полностью…Hello. Maybe there are those here who can give paid advice on editor js, this has become especially important given the notion of leaving the Russian Federation. Thanks in advance!
Читать полностью…Heelo, Friends How to get current data-id of blocks in custom block? Anyone can help me?
Читать полностью…Hello Friends, is there any possibility to change toolbar open in a bootstrap modal instead of drop-down?
Читать полностью…📦 editorjs/utils">@editorjs/utils 1.0.0 was published
Читать полностью…📦 editorjs/utils">@editorjs/utils 1.0.0 was published
Читать полностью…📦 editorjs/delimiter">@editorjs/delimiter 1.4.1 was published
Читать полностью…📦 editorjs/quote">@editorjs/quote 2.7.0 was published
Читать полностью…you already can select several blocks. As for Inline Toolbar, it works for a particular block depending on you config. For example, Heading tool usually has no "bold" in inline toolbar since headings are already bold. But we can think about allowing to use Inline Toolbar for several blocks with intersecting config
Читать полностью…Still need some job to fix it because some times it can bug, but if the team apply the changes on both issues that we sended, it can be done better
Читать полностью…then just do some things to prevent more bugs:
- Send a messaje to the websocket when some user focus a text so any other user can edit the same block
- Give each user an id so on reciving onchanges with his own id it doest change nothing for itself
- Set an id for the room (document id), so you use it at url so changes only apply for the correct document
basically with websockets you have to use the onchange and block it on updating blocks just 10 - 20 ms to prevent bugs
Читать полностью…