Replies: 6 comments 7 replies
|
BTW, the screenshots are from a vscode plugin: https://github.com/LeonardSSH/vscord |
0 replies
|
I want to contribute in this direction, although it really isn't that is of helix's focus currently, but I request some guidance/hints. |
0 replies
|
Something like https://github.com/xhyrom/zed-discord-presence/tree/main/lsp is probably your best bet for now |
2 replies
5 replies
|
for anyone whos still interested in this i have recently wrote a lsp capable of this: |
0 replies
|
well tryed https://github.com/norinorin/helix-discord-rpc
|
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.
Can there be a way to implement the Discord RPC integration for helix-editor. Would this be better done through interface of
steel?I can't figure out a hack for this: Is there any way for me to emulate
helix-editorto communicate its state:Maybe not so much of this applied to helix, "do one thing and do it well"?
Explicitly, the goal is to have something like this show up on discord, but for helix:
Some starting points:
Discord JS
Discord RPC (deprecated)
Discord GameSDK
All reactions