Skip to content

lukasaldersley/notepadpp-CodeStats

 
 

Repository files navigation

notepadpp-CodeStats

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.

Installation

  1. Go to releases and download zip file for correct architecture.

  2. Put it in Notepad++ plugin dir, for example (for x86): C:\Program Files (x86)\Notepad++\plugins.

  3. Start/restart Notepad++.

  4. Enter your API token, then press enter.

  5. Use Notepad++ like you normally do and your amount of programming will be tracked for you automatically.

  6. Visit https://codestats.net to see your logged stats.

Troubleshooting

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.

Other info

This plugin was originally based on notepadpp-WakaTime