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
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"
Читать полностью…In the first case, I want the dropdown to stay on the left side of the toolbar, and in the second case, I want it to stay on the right side of the toolbar.
Читать полностью…📦 editorjs/paragraph">@editorjs/paragraph 2.11.7 was published
Читать полностью…Thank you Peter, and I was also able to find it in documentation.
Читать полностью…How can I add support for read-only to my block tools??
Читать полностью…Is there a way to append inline-tool data objects as additional data for the containing block?
Читать полностью…📦 editorjs/quote">@editorjs/quote 2.7.6 was published
Читать полностью…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.
Читать полностью…that is how it works at the moment. Maybe you have some style overrides?
Читать полностью…1) add isReadOnlySupported static getter that returns true
2) Your tool will get readOnly option in constructor params
3) When this option is true, disable contenteditable elements, inputs and other controls
Hey I have wrote some of my own block tools and they work great. But I have a small problem.
Читать полностью…📦 editorjs/raw">@editorjs/raw 2.5.1 was published
Читать полностью…📦 editorjs/quote">@editorjs/quote 2.7.5 was published
Читать полностью…