Discord Rich Presence for Textadept. #665
M0JXD
started this conversation in
Show and tell
Replies: 2 comments 5 replies
-
|
Thanks for this! I use a MacBook as my dev machine so I'll give this a shot when I get the chance. |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
I've worked on improving this, in the first version I stupidly had a lot of logic in the C side that really belonged in Lua. Now Lua can access the Discord RPC fields directly and obtain the responses it's much more flexible if you want to customise it, and library code won't need recompiled. Here is the current version: https://github.com/M0JXD/textadept-discord-rpc/releases/tag/v0.3-alpha |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
https://github.com/M0JXD/textadept-discord-rpc
Release: https://github.com/M0JXD/textadept-discord-rpc/releases/tag/v0.2-alpha
Thought I would share this that I've been working on. I liked this feature a lot as an extension in other editors so I thought I'd try implementing for Textadept. As Textadept is the choice of those who desire high performing, low resource usage, privacy centric and completely customisable software this might go down like a lead balloon considering how those terms apply to Discord...
However it's no doubt a lot of tech communities are on Discord and it's become one of the most popular places to chat, akin to the old IRC and BBS boards that I'm too young to remember. It's nice to be able to use Textadept to share what you're working on and join in the fun with the other devs using presence in their editors.
It's pretty alpha - expect issues and unimplemented features, but the bones are there. I'll try to keep improving it in the coming weeks. Sadly if you are a macOS user you are on your own. I don't have any Apple devices to build or test on.
Thanks and Merry Christmas! 🎄
Edit: Improved release link.
Beta Was this translation helpful? Give feedback.
All reactions