angular-wysiwyg icon indicating copy to clipboard operation
angular-wysiwyg copied to clipboard

Custom buttons and demo link

Open Gillardo opened this issue 11 years ago • 3 comments

I am thinking of using your wysiwyg editor which looks nice and simple. I have used textAngular, but having some problems with it, but wondered if you editor can cope with custom buttons? One option i would like is too open a modal window when the insert image button us pressed and allow the user to pick an image url. Can this be done?

Also your demo link on the readme doesnt work, which you may want to change..

Gillardo avatar Jan 09 '15 06:01 Gillardo

I'm interested in custom buttons as well. I found bootstrap-wysiwyg editor to have a very elegant and lightweight solution for custom buttons. Maybe angular-wysiwyg could support such a feature?

pieterjandesmedt avatar Jun 23 '15 14:06 pieterjandesmedt

Yes. you can add custom button like follows. but it comes with every drop as i used in drag and drop.!

  • '<div id="{{buttonId}}" ng-if="init" class="btn btn-info btn-sm mindbowser-button" contentEditable="{{disabled1}}"> Read More'+

BharatGK avatar Jul 04 '16 11:07 BharatGK

Were you able to attach the custom buttons?

agam16 avatar Mar 29 '17 06:03 agam16