TipTap Markdown #1448
Replies: 1 comment
-
From their documentation, we can see that Tiptap doesn't fully support Markdown syntax. I think there was a discussion about changing the current WYSIWYG editor, but I could be wrong. For the current default Quill editor, there are a few plugins on npm, but for implementation, you would need to check how the current component works and how to load it. https://github.com/area17/twill/blob/2.x/frontend/js/components/Wysiwyg.vue After manual changes, you will need to recompile Vue components. I'm sure @ifox and @pboivin can help you with this since they are more experienced in this field. |
Beta Was this translation helpful? Give feedback.
-
Hi Folks does anyone know if its possible to configure the wysiwyg editor to use Tiptap but as markdown? or if there is anyway to get a Markdown editor?
Beta Was this translation helpful? Give feedback.
All reactions