refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 370 forks source link

Custom buttons with bootstrap dropdown menus #204

Open mymattcarroll opened 8 years ago

mymattcarroll commented 8 years ago

Would be great if the additionalButtons property allowed for creating drop down menus to allow for a button that had multiple options.

A simple use case would be to have the list of drinks in the example use of the additionalButtons on http://www.codingdrama.com/bootstrap-markdown/ in a drop down.

Lelith commented 8 years ago

+1 on this missing feature.

adriansuter commented 8 years ago

Hi, I needed the same as you did, so here is a possible to solution to get a dropdown menu like button using the currently available API methods provided by the markdown editor.

http://codepen.io/adriansuter/pen/yOZRwX