You are here

SimplenotePortable

7 posts / 0 new
Last post
xmha97
Offline
Last seen: 6 months 1 week ago
Joined: 2021-01-03 06:04
SimplenotePortable

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

xmha97
Offline
Last seen: 6 months 1 week ago
Joined: 2021-01-03 06:04
SimplenotePortable
ANTICHRISTUS REX
ANTICHRISTUS REX's picture
Offline
Last seen: 9 hours 53 min ago
Translator
Joined: 2019-07-19 07:09
Just do it!

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?

Three decades AD. Romans fight Christianity.
Three centuries AD. Romans Adopt Christianity.

-Neo Buddha-

xmha97
Offline
Last seen: 6 months 1 week ago
Joined: 2021-01-03 06:04
Thanks

OK, thank you for saying that.
https://portableapps.com/node/65708

John T. Haller
John T. Haller's picture
Online
Last seen: 46 min 54 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Few Notes

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!

xmha97
Offline
Last seen: 6 months 1 week ago
Joined: 2021-01-03 06:04
Replay

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

John T. Haller
John T. Haller's picture
Online
Last seen: 46 min 54 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Add This

Add this to your launcher:

[Activate]
Registry=true

[RegistryKeys]
-=HKCU\Software\Classes\simplenote

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:

[Activate]
Registry=true

[RegistryKeys]
TelegramDesktopPortable=HKCU\Software\TelegramDesktop
-=HKCU\Software\Classes\tdesktop.tg
-=HKCU\Software\Classes\tg

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments