mostafaznv / nova-ckeditor

CkEditor 5 Field for Laravel Nova with Media & Snippet Browsers
https://mostafaznv.gitbook.io/nova-ckeditor/
MIT License
51 stars 21 forks source link

Switching regex order for mediaEmbed #43

Closed Master-Minder closed 1 year ago

Master-Minder commented 1 year ago

It would be great to switch the url regex for mediaEmbed from the current one to first match extraProviders and afterwards the default ones. That way one could customize e.g. the embedding for Twitter posts without using the providers array and thereby removing all other default ones.

mostafaznv commented 1 year ago

Hi @Master-Minder Thanks for sharing your idea.

Can you show it with an example?