JonasDoebertin / kirby-visual-markdown

Visual Markdown Editor for Kirby CMS 2
GNU General Public License v3.0
162 stars 17 forks source link

Specify default header levels for toolbar in kirby config #78

Closed frederikbrudy closed 7 years ago

frederikbrudy commented 8 years ago

A way of specifying the default header levels in the toolbar globally, instead of doing that in every single blueprint.

c::set('markdown.default.header1', 'h2');
c::set('markdown.default.header2', 'h3');
JonasDoebertin commented 7 years ago

Implemented with 78b47a3b3e205ef7dd90ecf43515d940c80325fa. Thanks a lot for the idea!