KVIrc icon indicating copy to clipboard operation
KVIrc copied to clipboard

Inline formatting of text using * or _

Open RCMainak opened this issue 9 years ago • 9 comments
trafficstars

Hello everyone! This is not my strength to write C++ code or whatever you guyz write. I think it would be nice if the text inside the astricks( * ) sign turns into BOLD and the text enclosed by underscore( _ ) turns into italic . I think it's not hard to do just needs someone to care enough.

RCMainak avatar Mar 02 '16 19:03 RCMainak

Basically how Skype works?

staticfox avatar Mar 02 '16 19:03 staticfox

i think irssi does at least the former as well.

Dessa avatar Mar 02 '16 19:03 Dessa

Irssi does it with * too. It's something to think about.

wodim avatar Mar 02 '16 19:03 wodim

a script can solve something this simple? talking about the text sent to the chat room?

extioStorm avatar Mar 02 '16 20:03 extioStorm

GitHub mardown does

*this is italic* this is italic **this is bold** this is bold ***this is bold italic*** _this is bold italic_

We already have bold with other ctrl characters, what we dont have is italic

un1versal avatar Mar 02 '16 23:03 un1versal

correction we now have italic

un1versal avatar Jun 08 '16 01:06 un1versal

Do we really want to implement this? Why is this better than the control characters we have now?

un1versal avatar Aug 17 '16 09:08 un1versal

I wouldn't mind seeing it as an alternative to control characters ~~clientside~~ during input and just have KVIrc translate them to control characters upon sending.

Heufneutje avatar Aug 17 '16 12:08 Heufneutje

yes sure, but its not any easier to get than a ctrl char as you still need to press the same amount of keys to get either * or _

and this request only accounts for Bold, what about italic, underline, what about _italic bold_ or italic underline (github cant underline) what about for italic bold and underline? how many of these shall we use?

clearly not a skype user...

un1versal avatar Aug 17 '16 13:08 un1versal