uowuo / abaddon

An alternative Discord client with voice support made with C++ and GTK 3
GNU General Public License v3.0
1.04k stars 52 forks source link

Missing Markdown #58

Open poudink opened 2 years ago

poudink commented 2 years ago

Code markdown seems to be unimplemented, with and without syntax highlighting. Abaddon: image Discord: image

Hypertext too (here combined with code markdown). That's an embed only feature tho: Abaddon: image

Discord: image

EDIT: Hadn't even noticed, but it seems like pretty much no markdown is supported. Thought those two were outliers.

ouwou commented 2 years ago

syntax highlighting probably wont happen (for a while) since the only viable option (i know of) for it would be to use gtksourceview which would only be an option on mingw64 builds which i am working on but i dont know when ill actually make the switch.

ive been putting off markdown too since text parsing seems scary but i havent really tried to do it, ill have a look soon™

poudink commented 2 years ago

looks like you switched to mingw a while ago, now

ouwou commented 2 years ago

yeah i tried to do it a couple weeks ago but it didnt play nice with other text parsing going on. ill revisit it once i get through some other things that ive wanted to get done for a bit too long

9xN commented 2 years ago

yeah i tried to do it a couple weeks ago but it didnt play nice with other text parsing going on. ill revisit it once i get through some other things that ive wanted to get done for a bit too long

this will be great looking forward to it!

KaKi87 commented 1 year ago

Hello, Any news on this ? Thanks