Aslam97 / shadcn-minimal-tiptap

Minimal Tiptap Editor
https://shadcn-minimal-tiptap.vercel.app
MIT License
315 stars 14 forks source link

Feature Request - MDX Support as an output. #5

Closed shivaydv closed 2 weeks ago

shivaydv commented 2 weeks ago

Most of the modern blog website use mdx to render the blog content. It would be great to have the mdx format in the text editor.

k61b commented 2 weeks ago

I understand the usefulness of MDX for static pages. However, for projects that incorporate this type of editor, using MDX doesn't seem necessary. The editor already provides us with HTML, which we can directly use. Could you please share more about why you need MDX in this context? @shivaydv

Aslam97 commented 2 weeks ago

As @k61b mentioned, this minimal-tiptap-editor mean to demonstrates how to set up the Tiptap editor for Shadcn/ui in the most minimal way possible.

Also Tiptap Editor has recently released new documentation, including advanced templates. You can check their docs here.