Replies: 7 comments
-
|
I already used tiptap in a personal project and implemented a WYSIWYG editor with onyx components (icon buttons) 😄 |
Beta Was this translation helpful? Give feedback.
-
|
I really like this approach here. Looks very flexible to be integrated into onyx - very promising. @mj-hof what do you think? I would like to talk about it in the leads refinement. |
Beta Was this translation helpful? Give feedback.
-
|
I quickly created a very basic stackblitz example (definitely not final or aligned with UX). Note: I created the example based on my personal project. This is no official onyx component, I just used a few of them for the example. https://stackblitz.com/edit/vitejs-vite-xynhfwll?file=src%2FApp.vue |
Beta Was this translation helpful? Give feedback.
-
|
Are there any updates regarding this topic, because we are currently facing the same issue and are looking for a rich text editor to use with onyx. |
Beta Was this translation helpful? Give feedback.
-
|
@Kristian-1998 Unfortunately the rich text editor does not have a very high priority for us at the moment but it would definately be nice if we could offer a onyx-based rich text editor in the future. If you plan to implement the tiptap editor, a contribution to onyx would be awesome here :) So we might be able to create a UX design for the editor so you can implement and contribute it |
Beta Was this translation helpful? Give feedback.
-
|
I would like to mention Quill as an alternative. It would be a pure open source alternative, for which there is a special integration for vue3 with VueQuill. |
Beta Was this translation helpful? Give feedback.
-
|
FYI: onyx now offers a Tiptap-based |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
We were approached recently about a rich text editor component in onyx/CoreUI.
AFAIK, the latest position from UX was that we don't want and won't offer that.
My idea would be to offer it in the same way as we do it with the Chart package:
e.g.
https://github.com/ueberdosis/tiptap seems quite promising:
Awesome list:
https://awesome-vue.js.org/components-and-libraries/ui-components.html#rich-text-editing
(Most of them don't seem to have wide adaptations)
Beta Was this translation helpful? Give feedback.
All reactions