Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MikeCoder96/NotePad-Discord-Rich-Presence-Plugin
Plugin for Notepad++ to enable discord rich presence
https://github.com/MikeCoder96/NotePad-Discord-Rich-Presence-Plugin
discord notepad-plus-plus notepad-plusplus-plugin plugin
Last synced: 15 days ago
JSON representation
Plugin for Notepad++ to enable discord rich presence
- Host: GitHub
- URL: https://github.com/MikeCoder96/NotePad-Discord-Rich-Presence-Plugin
- Owner: MikeCoder96
- License: gpl-2.0
- Created: 2021-06-07T13:30:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T20:03:32.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:11:18.127Z (4 months ago)
- Topics: discord, notepad-plus-plus, notepad-plusplus-plugin, plugin
- Language: C#
- Homepage:
- Size: 358 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-discord-activities - Notepad++ Discord Rich Presence Plugin - Plugin for [Notepad++](https://notepad-plus-plus.org) (Programming/Editing)
README
# Notepad++ Discord Rich Presence Plugin
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/MikeCoder96/NotePad-Discord-Rich-Presence-Plugin/issues)
| Architecture | Tested |
| ------ | ------ |
| x64 | Yes |
| x86 | Yes |### How to use?
- Compile
- Copy NotePad++RichDiscord.dll
- Go to Notepad++ plugin folder and locate NotePad++RichDiscord Folder
- Paste inside NotePad++RichDiscord Folder the file NotePad++RichDiscord.dll
- Copy DiscordRPC.dll and Newtonsoft.Json.dll (this two files come when you compile the solution, check bin folder)
- Paste the 2 dll quoted above inside NotePad++RichDiscord Folder
- Open Notepad++ and go in Plugins->Discord Rich Presence and press to Run Rich Presence Discord## How to debug?
You have to set right path inside solution.
- Open solution manager
- Inside Debug tab, set (start external program) and select notepad++.exe
- Inside Build tab, set (output path) to NotePad++RichDiscord Folder "Example: C:/Program File/Notepad++/plugin/NotePad++RichDiscord"### NuGet Packages
Notepad++ Rich Presence Plugin is currently extended with the following NuGet extension:
| NuGet Package | WebPage |
| ------ | ------ |
| DiscordRPC | [https://github.com/Lachee/discord-rpc-csharp] |
| Newtonsoft Json | [https://github.com/JamesNK/Newtonsoft.Json] |