Community
    • Login

    [New plugin] Smart Math

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    2 Posts 2 Posters 55 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Carlos SánchezC
      Carlos Sánchez
      last edited by

      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

      PeterJonesP 1 Reply Last reply Reply Quote 1
      • PeterJonesP
        PeterJones @Carlos Sánchez
        last edited by

        @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 id required in the JSON is just the SHA256 hash, which GitHub provides for you:
          fd4a838f-9724-477d-b755-24836141dc88-image.png
        • once you have edited both files in your branch, submit the PR from that branch
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors