inacho / bootstrap-markdown-editor

Markdown editor for Bootstrap with preview, image upload support, shortcuts and other features.
MIT License
294 stars 76 forks source link

Adds ability to create custom toolbar items [WIP] #38

Open frostieDE opened 7 years ago

frostieDE commented 7 years ago

This PR adds the (basic) ability to add custom toolbar items.

This feature adds one option to the options variable: toolbar. It has the following properties:

Take a look at the index.html file which holds an example.

Note: I chose not to provide any API to add buttons, comboboxes, checkboxes etc. to make this extension a little more "light". Also it gives the developer to add any kind of control to the editor :-)

Note: I did not update the javascript within the dist folder yet.

What do you think?

(This PR closes #5)