is there an autosave function/plugin for notepad++?

You can find a Notepad++ plugin called AutoSave for autosaving your files here: https://github.com/francostellari/NppPlugins/tree/main/AutoSave (Used to link to https://sites.google.com/site/fstellari/nppplugins but that’s no longer online, cached version is still available here) It autosaves every minute, but it’s configurable, and allows you to choose to save only the current document or all open documents.

How can I get query string values in JavaScript?

Update: June-2021 For a specific case when you need all query params: Update: Sep-2018 You can use URLSearchParams which is simple and has decent (but not complete) browser support. Original You don’t need jQuery for that purpose. You can use just some pure JavaScript: Usage: NOTE: If a parameter is present several times (?foo=lorem&foo=ipsum), you will get the … Read more

Use Notepad++ as HEX-Editor

It seems to me you tried to install a hex editor and ended up in the wrong tool (Plug-In) Converter (ASCII -> HEX) as mentioned in your question above. The installation process of the HexEditor is somewhat confusing because it is currently available only in the Plugins Admin for the 32-bit version. A simple solution … Read more