Aliucord / plugin-requests

Plugin requests for Aliucord
42 stars 3 forks source link

[TAKEN] Backport markdown #1071

Open showierdata9978 opened 1 year ago

showierdata9978 commented 1 year ago

Discord Account

ShowierData9978#3454

Plugin Description

Backport the 3 # levels/ any other new markdown formatting feature(s) on desktop

Go into more detail...

No response

Request Agreement

Yu-Vitaqua-fer-Chronos commented 1 year ago

How hard would this be to do? Discord has some quirks with it's older markdown parsing because you can do stuff like >.< and doing triple codeblocks with stuff before and after the block quotes, so you'd probably need a modified markdown library in the first place and might as well just completely replace the built-in one.

Wouldn't performance suffer on large amounts of messages too? Like when loading a channel, though RN works fine ig (but it's probably so slow and buggy I don't notice).

Juby210 commented 1 year ago

Shouldn't be really hard. Discord uses its own library for parsing markdown on kotlin Discord which is open source, so it is not that hard to modify it (https://github.com/discord/SimpleAST).

ThatOneCalculator commented 10 months ago

Any progress update?

PakinDeReal commented 8 months ago

Any progress update?

weirdbeardgame commented 8 months ago

Would love to see this happen

hmm-monke commented 7 months ago

webview chat

Lu9-ST commented 6 months ago

Still hoping for this, including hyperlinks, bullet lists and numbered lists.

1000goalgaming commented 6 months ago

I am still hoping for this as well 🙏🙏🙏

jedenastka commented 6 months ago

This is on my to-do list. I can't promise anything other than that I will look into it, but do be patient and don't spam the issue.

showierdata9978 commented 6 months ago

I was also going to do this; I just kept forgetting about it. I learned java after i made this issue

showierdata9978 commented 6 months ago

working on it

showierdata9978 commented 6 months ago

xd