[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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login