Please make the portable version of Simplenote.
Simplenote is one of the best note-taking apps and it's free and open-source.
https://github.com/Automattic/simplenote-electron
https://github.com/Automattic/simplenote-electron/issues/3068
You are here
SimplenotePortable
January 29, 2022 - 1:34pm
#1
SimplenotePortable
You can download SimplenotePortable:
https://github.com/xmha97/PortableApps/releases/tag/Simplenote-v2.21
As I may see, you're the developer of this app! Why don't you propose your own version in the beta testing sub-forum?
“My brain is only a receiver, in the Universe there is a core from which we obtain knowledge, strength and inspiration. I have not penetrated into the secrets of this core, but I know that it exists.”
― Nikola Tesla ―
OK, thank you for saying that.
https://portableapps.com/node/65708
First, I'd recommend posting this as a dev test in the beta forum so you can get feedback in a single location from users and testers here.
Second, it's creating an HKCU\Classes\Simplenote key on the local machine.
At first I thought you hadn't portablized the settings files as there's nothing in the launcher ini to do so. But I checked and the app apparently doesn't store the last import and export locations, the only local file access I could find, so you're good there.
Sometimes, the impossible can become possible, if you're awesome!
https://portableapps.com/node/65708
You said that each time you run the program, the key below is built on the registry.
HKEY_CURRENT_USER\Software\Classes\simplenote
This is true but I do not have a solution to solve this problem.
I added an issue in the GitHub of Simplenote and I hope they add an option to disable the app protocol.
https://github.com/automattic/simplenote-electron/issues/3074
I have to point out that in the portable version of the telegram, there is such a problem and you did not solve it.
HKEY_CURRENT_USER\Software\Classes\tg
I added an issue in the GitHub of Telegram and I hope they add an option to disable the app protocol.
https://github.com/telegramdesktop/tdesktop/issues/24034
Add this to your launcher:
If that's happening in Telegram now, that's new, and should be reported as a bug. The launcher is specifically set to handle that:
Sometimes, the impossible can become possible, if you're awesome!