[New plugin] Smart Math
-
Hi, I’m new to the Notepad++ community.
I’d like to share a plugin with you that I made not long ago.Smart Math
Real-time mathematical evaluation plugin for Notepad++ using EOL annotations. Supports variables, percentages, and persistent tab settings. Written in FreeBASIC.I think it’s pretty simple but also quite useful :)
It would be great if the plugin showed up in the plugins manager list, but I’m a bit lazy and haven’t got a clue, so I’m just going to share it here.
GitHub repository: https://github.com/c-sanchez/npp-smart-math/
Thread on the FreeBASIC forum: https://www.freebasic.net/forum/viewtopic.php?t=33519 -
@Carlos-Sánchez said in [New plugin] Smart Math:
I’m a bit lazy and haven’t got a clue
I can’t solve the first part, but for the clue:
- it’s just a PR to the nppPluginList project. Since you’re working in GitHub already, I assume you know how to do the PR
- fork the nppPluginList repo, create your own branch
- in that branch, edit pl.x64.json to link to the 64-bit version, and pl.x86.json to link to the 32-bit version
- the
idrequired in the JSON is just the SHA256 hash, which GitHub provides for you:

- once you have edited both files in your branch, submit the PR from that branch