cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5274
Views
0
Helpful
2
Replies

Any shortcuts for formatting text in chatbox

dexterLearning
Level 1
Level 1

Hello Everyone,

 

Is there any shortcuts to format text in chatbox.
i am pretty sure we cant do it using html tags. the only supported html tag was <br />.

is there any way i can use bold/color using html or any other way?

 

Thanks,

1 Accepted Solution

Accepted Solutions

Jonathan Unger
Level 7
Level 7

Hi there,

 

As far as I know jabber does not support any markdown language for formatting text (Cisco Spark has some support for this). The only shortcuts that I am aware of for jabber are the following, which are documented here:

Operation Keyboard Shortcut
Bold font CTRL + B
Italic font CTRL + I
Underline CTRL + U
Copy CTRL + C
Paste CTRL + V
Cut CTRL + X
Undo CTRL + Z
Redo CTRL + Y

 

 

The only method I am aware of to change text font, colour, or size is to use the "edit the font" button.

Jabber-Text-Format.png

 

I hope this answers your question.

- Jon

View solution in original post

2 Replies 2

Jonathan Unger
Level 7
Level 7

Hi there,

 

As far as I know jabber does not support any markdown language for formatting text (Cisco Spark has some support for this). The only shortcuts that I am aware of for jabber are the following, which are documented here:

Operation Keyboard Shortcut
Bold font CTRL + B
Italic font CTRL + I
Underline CTRL + U
Copy CTRL + C
Paste CTRL + V
Cut CTRL + X
Undo CTRL + Z
Redo CTRL + Y

 

 

The only method I am aware of to change text font, colour, or size is to use the "edit the font" button.

Jabber-Text-Format.png

 

I hope this answers your question.

- Jon

Thanks jonathan,

I appreaciate your help.
I am in a process of building a bot. So looking to display formatted
outputs instead of plain text.
Without markdown support, maybe i should think of different approach..