This is my attempt at getting some runnable code out of this. Original is by p0358
Code::Stats - Write code, level up, show off! A free stats tracking service for programmers. This plugin enables XP tracking in Notepad++.
The entire contents of the PluginInfrastructure are copied from here, though it had been modified by p0358 and I decided to not touch it in any way.
-
Go to releases and download zip file for correct architecture.
-
Put it in Notepad++ plugin dir, for example (for x86):
C:\Program Files (x86)\Notepad++\plugins
. -
Start/restart Notepad++.
-
Enter your API token, then press
enter
. -
Use Notepad++ like you normally do and your amount of programming will be tracked for you automatically.
-
Visit https://codestats.net to see your logged stats.
CodeStats for Notepad++ logs to C:\Users\<user>\AppData\Roaming\Notepad++\plugins\config\CodeStats.log
.
Turn on debug mode (click the CodeStats icon in Notepad++) then check your log file.
This plugin was originally based on notepadpp-WakaTime