refactory-id / bootstrap-markdown

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

Hide preview button #112

Closed iamzozo closed 9 years ago

iamzozo commented 9 years ago

I want to disable the preview functionality (and button), how can I do this?

dirtykoala commented 9 years ago

A combination of hiddenButtons: 'cmdPreview', disabledButtons: 'cmdPreview' in your options should do it.

toopay commented 9 years ago

I will assume this issue already resolved.