Kirby YAKME - yet another kirby markdown editor

Any plans of making something like multiple H-Icons for the different headings? Some clients just like to get as close as possible to a wysiwyg editor.

So if you could add the ability to configure like this:

c::set('textarea.h1', 'h2');
c::set('textarea.h2', 'h3');
c::set('textarea.h3', 'h4');
...

Also if you could turn buttons on and off via blueprint would be awesome.

 yakme_example:
    label: Yakme - Example
    type:  yakme
    buttons:
    - h1
    - h2
    - bold
    - olist
    - link

Same as the enhanced textarea plugin does: https://github.com/medienbaecker/kirby-enhanced-textarea
Could be handy