mindmup / bootstrap-wysiwyg

Tiny bootstrap-compatible WISWYG rich text editor
MIT License
5.56k stars 841 forks source link

Extra params #166

Open Garito opened 10 years ago

Garito commented 10 years ago

Hi! Wanna create links with rel, title and so on using a bootstrap modal Is it possible to use data-edit in the inputs? Something like:

<input data-edit="href" type="text">
<input data-edit="title" type="text">
<button type="button" data-edit="createLink"></button>

Thanks!