Architecture | Tested |
---|---|
x64 | Yes |
x86 | Yes |
- 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
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"
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] |