Chhekur / colon-ide

Colon is a flexible text editor, built on Electron, and based on everything we love about our favorite editors. We are trying to designe it to be fully customizable.
https://chhekur.github.io/colon-ide/
MIT License
99 stars 23 forks source link

Discord RPC Support #9

Closed davidcralph closed 5 years ago

davidcralph commented 5 years ago

See https://discordapp.com/developers/docs/rich-presence/faq and https://github.com/discordjs/discord-rpc for information.

Would be a useful feature as I use Discord often!

Chhekur commented 5 years ago

Discord rpc for games I think. May I know what functionality you want ? Could you elaborate what you want to get include from discord rpc.

davidcralph commented 5 years ago

It's for all software/programs.

The functionality I was looking for was it to show a status of what folder and file you had open

Chhekur commented 5 years ago

Discord RPC has been implemented in 1.4.1 So update you colon to 1.4.1 and then enable it from settings

Happy Coding !

davidcralph commented 5 years ago

Very cool, thanks!