Replies: 27 comments 15 replies
|
Hi @NiNJAD3vel0per ! We will work on some converting options in the next releases |
Can't Wait! |
|
want to support markdown |
|
Markdown, please. :) |
|
Would you like support markdown? |
|
Yes, markdown, please! :-) |
|
Is someone developing this feature ? |
|
any updates on this? |
|
I tied to make my implementation with mdast but this is really hard to maintain "CLEAN data that easy to sanitize, extend and integrate with your logic" with markdown.
will be Which means you literally should re-implement ALL built-in inline tools to support markdown because we have HTML tags inside "CLEAN data" at this point. And idk how to do it without forking and changing core code |
|
Actively watching this. Markdown input -> blocks -> output Markdown would be a godsent feature for editor.js |
@Zulcom I was wondering how they are doing bold and italics and looks like the HTML tags are indeed mixed with the data as seen in the online demo. They say about inline elements in the docs and maybe markdown elements are meant to be inline 🤔 : I guess they would be following the same approach for markdown as well. |
|
This would be a killer feature 🙏🔥🌪! |
MarkdownBlock: add Markdown Block support: #1500editorjs-markdown-parser in awesome-editorjs is not suitable for me, so I created another one: markdown-block BlocksEditor-MarkdownBlock.mp4 |
I'm messing around with using turndown to parse the paragraph blocks, so far I'm having some good luck. I'll post my progress here, might have a package up in the near future. |
This would be great. unified.js tools might work for this as well. |
|
I'm surprised a converter still doesn't exist 4 years later since it seems trivial to convert back and forth between the JSON format and MD, or am I missing something? Anyone gave it a try and what issues did you have when doing so? |
|
Still no update? |
|
This is a basic necessity for a project like this. Still interested! |
|
We are going to add this to our Roadmap. If you are interested in this feature and want to expedite its development, now is the best time to support us with a donation on OpenCollective |
|
Does anyone know an inline markdown paragraph extension? I've been trying
to use tiptap instead of editor.js but its kinda hard to make a good editor
with it without using Next.js
Michael Mc ***@***.***> escreveu (segunda, 23/09/2024 à(s)
15:47):
… I just wish it could load and save simple html
—
Reply to this email directly, view it on GitHub
<#1870 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ3M5XTJUL6QJ433OKSWTJ3ZYASWPAVCNFSM6AAAAABASENUXSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZSG42TCNA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
Any updates on this? |
|
This is a utility that converts clean data (editor js) into HTML (https://github.com/pavittarx/editorjs-html), and it also lets you add custom tools with your own parser (https://github.com/pavittarx/editorjs-html?tab=readme-ov-file#extend-for-custom-blocks). It’s not md, but it’s another way to export your content |
|
Any updates ? |
|
It would be really nice to have markdown support in Editor.js |
|
I ended up converting all my content pages from editor.js to markdown via custom script and using markdown editors/renderers https://milkdown.dev/ is pretty good one |
|
Any updates on markdown support? |

Uh oh!
There was an error while loading. Please reload this page.
this editor.js supports Markdown editing or even converting option?
All reactions