Has anyone figured out how to truely customize the markitup toolbar? Sure you can remove items from the mySettings config variable but that somehow garbles the toolbar. You end up with the right toolbar items represented by the wrong buttons. Any ideas?

link|improve this question
feedback

3 Answers

I got the same problem. I have found this tutorial (french) that help me to customize the toolbar jaysalvat.com

When creating the new toolbar in the CSS the number in the button name (class) seems important.

markItUpButton1 markItUpButton2 markItUpButton3 markItUpButton4

In CSS if you don't want a button that is associate to markItUpButton2 remove it or comment it and you will have to rename the next markItUpButton3 to markItUpButton2 and so on or change the image associate to it.

The best way it is to start from scratch using the tutorial.

I may be wrong but in my case following the tutorial and the number logic fixed the problem.

Regards,

link|improve this answer
feedback

Nowadays, I think it's very easy. You can just set the buttons to display:none in style.css, and comment out the separators in settings.js

link|improve this answer
feedback

Just got the same problem. Sad, but markitup ties button image to it's order number in header. The only thing you can do is edit both markitupSettings json and css styles file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.