chmln / vue-wysiwyg

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

Added option to specify modules order at creation time. #70

Open andyepx opened 6 years ago

andyepx commented 6 years ago

Added an additional option to specify the desired order of modules in the actions bar.

In Editr.vue, the modules function creates a list of all the availableModules and, if a list of modulesOrder is specified, returns the availableModules in that order. If no order it's specified, it behaves as in the current version.

In bus.js, there is a new option modulesOrder that can be set at init time.