Closed Gabrinthei closed 11 years ago
Take a look at the plugin example in https://github.com/bergie/hallo#writing-plugins
Also, the Link plugin is probably a good example, as it opens a dialog: https://github.com/bergie/hallo/blob/master/src/plugins/link.coffee
Wonderful, thank you! I was able to figure it out with that Link plugin example. Thanks again!
I need to have a simple custom button in the Hallo toolbar that will toggle a modal to open. I'm sure that it's something fairly simple to do, but there is not a lot of documentation for Hallo yet, and my knowledge of how all this work is not the best yet.
I've been able to create a basic plugin, by using the template given, but can not figure out how to have it call a js function to toggle the modal.
Any help is greatly appreciated. Thank you!