Franz Penz

Results 2 comments of Franz Penz

Would it be possible to make multiple editors work if created with the same toolbar? `var quill1 = new Quill('#editor1', { modules: { toolbar: '#toolbar' }, theme: 'snow' }); var...

If you click a button in the toolbar only the editor which lastly had focus should be modified. The [Shared Toolbar](https://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_sharedspace) feature in CKE shows how it could be done.