Vendicated / Vencord

The cutest Discord client mod
https://vencord.dev
GNU General Public License v3.0
7.97k stars 1.12k forks source link

new API: MarkdownAPI #2634

Open programminglaboratorys opened 3 weeks ago

programminglaboratorys commented 3 weeks ago

I have notice some pr plugins, patch the markdown rules or react components to add their own markdown, with this API there won't be need to do so and won't create conflicts between plugins. easily have the ability to add and modify discord markdown rules. this adds a new dependency simple-markdown for typing purposes as this is the same library discord uses for their markdown

Scyye commented 3 weeks ago

id draft this and go through and replace the plugins that use md to use this API instead.

if you grab a list of them, i could make a pr to the feature branch and youd just have ta merge it.

programminglaboratorys commented 3 weeks ago

id draft this and go through and replace the plugins that use md to use this API instead.

if you grab a list of them, i could make a pr to the feature branch and youd just have ta merge it.

I am unsure of this idea, I see that the API should be added first than the authors could integrate to use the API; I could assist them if needed