chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
557 stars 136 forks source link

Add strikethrough <s> #52

Closed amdelamar closed 6 years ago

amdelamar commented 6 years ago

Any plans to add a <s> strikethrough button?

Example: I am not sure certain this feature is used often.

chmln commented 6 years ago

@amdelamar you can easily create your own custom module for this. See https://github.com/chmln/vue-wysiwyg/blob/master/src/editor/examples/customModule_simple.js for example

amdelamar commented 6 years ago

Ok, so its extensible... but do you have plans to add more buttons/features to this wysiwyg? Because I have other buttons like img src="//" urls and separating <code> and <pre><code> for code snippets and blocks.

What are your plans for vue-wysiwyg?