DCsunset / vuetify-markdown-editor

A Vue.js Component for editing and previewing markdown using Vuetify.js
MIT License
63 stars 17 forks source link

add more plugins dynamically #19

Open LucaColombi opened 1 year ago

LucaColombi commented 1 year ago

Is there a way to add more plugins dinamically?

for instance I use markdown-it-checkbox I would need to a dynamic way to expose markdown-it, to call .use() on this plugin instance

is this available in some way?

DCsunset commented 1 year ago

I think it is not supported now. But I think it is doable if we can expose the instance in some way. Do you have any idea, or are you interested in submitting a PR to support it?