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
📦 editorjs/list">@editorjs/list 2.0.3 was published
Читать полностью…
The onChange callback is designed for that. The event.details property contains information about the change
Читать полностью…
the issue you mentioned contains a feature request and a concept image. Current version does not have such behaviour. I'd suggest you to design the solution before implementation
Читать полностью…
to test, run yarn build:dev and open the example/example-dev.html in a browser
Hi everyone,
I’m new to this community and excited to be here! I’ve sent a few messages but haven’t received much response yet. I was wondering if there’s a specific time when members are usually more active, or if there’s a preferred way to engage here?
I’d love to contribute and connect with everyone. Any tips or advice on how to participate more effectively would be greatly appreciated!
Thank you!
Hello. Just call yarn dev and the playground will be open
you can fork and add "title" here https://github.com/codex-team/editor.js/blob/next/src/components/inline-tools/inline-tool-convert.ts#L97
Читать полностью…
You can customize any exisitng ui texts: tooltip, tool names, search placeholder
Читать полностью…
and one more question, is it possible to customize title output from toolbox to converter button through config? like on this screen
Читать полностью…
Agree, it could be aligned depended on the button position and maybe option like "align": "left" | "center" | "right"
Читать полностью…
Hi everyone,
I experienced this issue with editorjs. In my angualr project i use ng zorro components and i noticed that because of the component like nz-select that has its own listeners and event handlers I get this problem:
when i type / in editorjs and i navigate with arrows up ro down i get the error:
"editorjs.mjs:3527 Unable to preventDefault inside passive event listener invocation."
and when i hit enter its also adding the new row in editor js instead of just selecting the tool from the popover.
Im really stuck with this problem, so any help or recommendation is very welcome.
Thanks in advance! 😁
Hi, how to translate List tool? Where i can find docs or api or property list to translate?
Читать полностью…
Does anyone know how. Can I monitor the change that happened in the editor and what changes happened. I tried the onChange event but nothing useful I got
Читать полностью…
First, make sure you understand the feature clearly. If you’re talking about ui, it is not required for this feature. Instead, you need to think about technical design of the solution
Читать полностью…
Hai ,
Do I need to create a functionalities along with design or modify the current design to the desigin mentioned in the concept image.
Hello,
I was reviewing the documentation, and when I tried running yarn build:dev, I encountered an error because the build:dev script is not defined in the scripts. However, the application works as expected when I use yarn dev.
I am currently contributing to the issue #2897 - Ability to specify popover position in the inline toolbar. To resolve this issue, I need to replicate the exact dropdown shown in the shared image. Unfortunately, the dropdown I get differs from what is depicted.
I would greatly appreciate guidance or support from community members, as I am finding it difficult to resolve this issue on my own.
Thank you for your time and assistance.
I tried but unable to get the same exact toolbar like that mentioned in the problem @specc
Читать полностью…
Hello Everyone,
I am Rohit, and I am interested in contributing to the Editor.js project, specifically to the issue "Ability to specify popover position in inline toolbar" (#2897).
I am new to open-source contributions and would greatly appreciate guidance on how to test the functionality within the application. Since Editor.js has its own separate codebase, how can I test my changes without installing it as a library?
Thank you in advance for your help!
@specc @Zlobarchic
In the coverter button there is only a block icon, but in the dropdown variants there is an icon and text. I want the button to have text as well
Читать полностью…
you can create an issue with these details and screenshots. I'll label it as a "good first task"
Читать полностью…
Ok, I see. Yes, now it always aligned by the left side.
Читать полностью…