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
импорты странные
я дефолтные инструменты пакетами устанаваливал
и выглядел какой нибудь параграф так
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
Читать полностью…yes, you'll need to write few simple scripts for that. Editor.js inputs and outputs a clean JSON, so all you need to do is to parse amp data and create a json form it. And vice versa
Читать полностью…📦 editorjs/embed">@editorjs/embed 2.7.2 was published
Читать полностью…You're doing it right. Native browser shortcuts probably are not disabled right now, but styles should be sanitized on saving. You can create an issue for disabling of shorcuts in this case. I'll fix it.
Читать полностью…I'm not sure I've got it. Can you share the UI? You can write me in private
Читать полностью…How do I disable bold and italic formatting? I've hidden the inlineToolbar and set the bold and italic tools to false, but it still allows marking text as bold using shortcuts. Here's the code snippet I'm using:const editor = new EditorJS({
holder: 'editorjs',
tools: {
paragraph: { inlineToolbar: false },
bold: false,
italic: false
}
});
Hi, how can I implement mathematical equations like integrating MathJax. Thanks
Читать полностью…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
Hi. Is it possible to render from google-amp html to editor and parse to google-amp from editor?
Читать полностью…hey guys! Can we merge https://github.com/editor-js/image/pull/224 please?
Читать полностью…Ours is a question and answers application. When a question is asked, users can submit multiple answers. I need to loop and show the content in view mode. If it’s a one question and one answer we can show using view option available in editorjs. But when looping, it has to show multiple times for each line and how we can achieve this? We are using mathematical equations block as well. Please advise. I appreciate your help.
Читать полностью…Hi, check our Awesome list. There were some tools for that
Читать полностью…