Open diamondburned opened 2 years ago
Hello there, ningen looks awesome! Can you list some examples that use the discordmd
package in the README.md
file.
Can you list some examples that use the
discordmd
package in theREADME.md
file.
I can, but that's probably not a very high priority of mine right now. I'll just put some resources right here in the meantime:
This uses goldmark, so most of goldmark's examples somewhat apply. Beware that goldmark's parsing and rendering is heavily HTML-specific, as it assumes a lot of the parsing/rendering quirks are handled by the browser.
Firstly, it's great that someone is rewriting 6cord into something better and more maintainable! A lot of people have asked me to continue maintaining 6cord, but its codebase was written when I did not know any better, so maintaining it is near impossible. I'm glad that someone finally did the hard work for everyone else.
During that time, I have made various other Discord clients along the way, and have put most of that work into one unified library for making clients, ningen.
ningen provides:
Immediately, these features will benefit implementing issues #129 and #167, as well as potentially reducing some existing code in the program.
v3 of the library uses arikawa/v3.
As a side note, code from gtkcord4 may be of use. It also uses ningen to do some of its work.
I hope you'll find this library useful in implementing more features for this application.