From 989cc89e4bcaf3c2cb4e244aa5848ddc26f6c615 Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Thu, 3 Oct 2024 00:24:20 +0200 Subject: [PATCH] Add more text to help --- src/Editor/Editor.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Editor/Editor.php b/src/Editor/Editor.php index f82e4f8..0c02857 100644 --- a/src/Editor/Editor.php +++ b/src/Editor/Editor.php @@ -386,6 +386,8 @@ class Editor ### Editing values + To edit a value, press "e". The value is verbatim JSON, so strings should be quoted and all that. Anything that is unparsable JSON will be used as is, resulting in a string. + ### Loading and Saving files # Disclaimer