I grabbed all updates, and it's brilliant. Minor point, IMO this code:
global gvConfig=pprofolder++?"ini_4_notes\" if (!gvConfig.validpath) gvConfig=pprofolder could be changed to: global gvConfig if (!gvConfig.validpath) gvConfig=pprofolder++?"ini_4_notes\" because its original intent was to allow for setting gvConfig before notemenu.powerpro get loaded. For instance, I set gvConfig in a scheduler startup item. Have you tried my Ctrl+right-click note stack merge function? Its input is a stack of notes. For instance, you could stack all open notes with your menu, then rclick the note on top and stack merge to get a new note that combines all notes under it.
