Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Use an HTML editor / Wysiwyg with vuetify

Tags:

vuetify.js

Just starting to use vuetify - really good stuff.

How can I wire up an HTML editor like quilljs.

I saw this post here; https://github.com/vuetifyjs/vuetify/issues/3550

Ideally.. I would like to use them both in codepen so I can get a designer to work on some bits and piece.

suggestions?

like image 320
Martin Thompson Avatar asked Mar 21 '18 06:03

Martin Thompson


People also ask

Is there a Wysiwyg HTML editor?

Adobe Dreamweaver is a great WYSIWYG HTML editor, but it does so much more as well. You can use it to edit code in JavaScript, CSS, PHP, and more. On top of that, Adobe Dreamweaver allows you to use layouts and templates to make the process simpler.


1 Answers

I created an editor for Vuetify based on Tiptap: https://github.com/iliyaZelenko/tiptap-vuetify

It is planned to make it as flexible as possible and develop many plugins for it.

enter image description here

You can support by giving a star to motivate me to develop.

like image 57
Илья Зеленько Avatar answered Sep 17 '22 16:09

Илья Зеленько