From fa0fd841b624f3ff4ff17853a380c67214fbaaff Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk <201152+ok2@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:13:57 +0200 Subject: [PATCH] helwasm: shorten quick-gen hint (iphone); round out the About panel Hint cut ~35% to two sentences. About 'Console' now notes form<->console share the same catalog/session and that pb copies to the clipboard; About note mentions home-screen install. --- helwasm/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/helwasm/index.html b/helwasm/index.html index 6606d6e..e868913 100644 --- a/helwasm/index.html +++ b/helwasm/index.html @@ -75,10 +75,11 @@
- The full command line. Type help for every command. Your list of
- names lives only in this browser (localStorage), never on a server. Use
- Export or Import to move it yourself (for example,
- to and from a Notion page).
+ The full command line; type help for every command. It shares the
+ same catalog and session as the form above, so you can switch between them freely;
+ pb copies a command's output to the clipboard. Your list lives only in
+ this browser (localStorage); use Export or Import
+ to move it yourself (for example, to and from a Notion page).
Runs the real hel engine compiled to WebAssembly, the exact same generator as the - command-line tool. No server, no account, no tracking, nothing to leak. + command-line tool. You can add it to your home screen and use it as an app. No server, + no account, no tracking, nothing to leak.
@@ -104,11 +106,9 @@- The same name and master always make the same password, computed live in your - browser. Your master is kept in memory for this tab only, never written to - storage, and the app never talks to a server. Store files the - entry (its name and rules, never the password); Correct adds a - one-way hash; both stay on this device. + Same name + master always make the same password, computed in your browser — + your master stays in memory only, never stored or sent. Store + saves the entry (never the password); Correct saves a one-way hash.