nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.11k stars 542 forks source link

Proposal: Add a Built-in Rich Text Editor Component to Nuxt UI #2698

Open beingmomen opened 2 days ago

beingmomen commented 2 days ago

For what version of Nuxt UI are you suggesting this?

v2.x

Description

Feature Request: Rich Text Editor Component

Description

I would like to request a Rich Text Editor component to be added to Nuxt UI. This component will allow users to input and format rich text content easily, with support for common formatting options such as bold, italic, headers, lists, and more.

Benefits

Proposed Solution

Integrate a rich text editor library (e.g., Quill.js, TipTap) as a Nuxt UI component. The component should provide flexibility for customization and ease of use.

Alternatives

For now, users can manually integrate third-party editors, but having a built-in component would significantly improve the development experience.

Additional context

No response

benjamincanac commented 2 days ago

This has already been discussed in nuxt/ui#1889 and nuxt/ui#791 and was closed as not planned but now that I think of it, this could have its place inside Nuxt UI Pro v3 which has all the typography done already to use inside the editor.