Public
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Guide

How can i add formatting to the TKB editor?

We are looking for a way to add custom formatting to the editor when writing TKB articles. 

Anybody ideas or a solution?

Something like 

formatting.png

Having CSS like 

div.alert {
background-color: #fdf3e3;
border-left: 4px solid #ff8a00;
padding: 0.75em;
margin: 2em 0 3em;

&.alert-danger {
background-color: #fde5e3;
border-left-color: #fd3f2c;
}

&.alert-info {
background-color: #cce5ff;
border-left-color: #0bbaff;
}

&.alert-icon-bolt,
&.alert-icon-info,
&.alert-icon-info-fill {
padding-left: 3rem;
background-repeat: no-repeat;
background-position: 1em 1em;
background-image: url('icons/icon-bolt.png');
}

&.alert-icon-info {
background-image: url('icons/icon-info.png');
}

&.alert-icon-info-fill {
background-image: url('icons/icon-info-fill.png');
}
}

3 Replies 3
Moderator

Hello @etisson

You will have to raise a support ticket to get this customisations. 

Guide

@MohammedSh Thank you for your reply

@etisson, You are most welcome!

Welcome to the Technology board!

Curious about our platform? Looking to connect on social technology? You've come to the right place!

Are you a Khoros customer? For direct assistance from our Support team, please visit the Support Forum.