Hi all,
Thanks for this wonderfull editor.
Sorry for this newbies question, I'm tryong to add some actions to the
editor like H1 tags.
I've put the folowing lines to the Hash actions and the H1 tag in the
actions string but it doesn't consider it when I click.
h2: {
title: 'h1',
options: {
shortcut: 'h'
},
states: {
tags: ['h1'],
css: {'font-weight': 'bold'}
}
},
Thanksa lot for your help