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
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?
Читать полностью…
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
Читать полностью…
📦 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
Читать полностью…
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
Читать полностью…