it-at-m / kobit-frontend

Conflict Resolution Web Application for government organisations and businesses
https://opensource.muenchen.de/software/kobit.html
MIT License
2 stars 0 forks source link

html editor replacement #49

Open langehm opened 2 months ago

langehm commented 2 months ago

Describe the solution you'd like Replace the current editor with an wysiwyg-editor. An option could be the following: https://iliyazelenko.github.io/tiptap-vuetify-demo/#/simple

langehm commented 2 months ago

Simple TryOut of the editor can be found here: https://iliyazelenko.github.io/tiptap-vuetify-demo/#/simple

The current implementation can be found in /features/admin/features/the-contact-points/components/EditContactPoint

langehm commented 1 month ago

Other options include:

langehm commented 1 week ago

This one seams to work: https://github.com/chmln/vue-wysiwyg

langehm commented 1 week ago

More are here: https://medium.com/@mounoydev/vue-component-rich-text-editor-418579cb5858