kartik-v / yii2-markdown

Advanced Markdown editing and conversion utilities for Yii Framework 2.0
http://demos.krajee.com/markdown
Other
89 stars 41 forks source link

How to config markdown #25

Closed asoqa closed 10 years ago

asoqa commented 10 years ago

I want to config markdown to hide 'Export' button, and want to add some button on the toolbar. Are there any docs or example?

kartik-v commented 10 years ago

Read the complete MarkdownEditor documentation to understand what all you can set.

For your need, set the showExport to false. Add buttons in header using the toolbar property and in footer using footerButtons property.