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
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
Читать полностью…
It will be based on Operational Transformation and our new Document Model
Читать полностью…
and how are you planning to implement collaborative editing in the future? it will be based on Y.js?
Читать полностью…
Nice. I will see if I am able to do it myself. Thank you for your answer
Читать полностью…
Hi guys, I try to create a block programmtically with insert method. Is there a way to pass tune data to this block ? I only find name/id/data,Index and so on but nothig for tunes data. best
Читать полностью…
📦 editorjs/embed">@editorjs/embed 2.7.1 was published
Читать полностью…
That is just a simple license note. The list in readme file is getting updated. It is a placeholder for more popular packages.
Читать полностью…
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
Читать полностью…
this is the .ce-popover of first editor (there are multiple instances of editors). anyone knows what could be the issue? (Browser Chrome, Firefox in Windows)
Читать полностью…
Hi, the blocks.insert() does not support tunes at the moment. I can add it in a few days, or you can do it by yourself. Check this line: https://github.com/codex-team/editor.js/blob/next/src/components/modules/api/blocks.ts#L248
Hey guys, I am looking for a freelancer with hands-on experience on editor.js
Читать полностью…
Hi,
Would it be possible to have pages in the editor?
Pages in the sense similar to Google docs
Where user see the content split between different areas/pages
When content overflows vertically it goes to next Page?
Here are a few options: https://github.com/editor-js/awesome-editorjs
Читать полностью…