Skip to content

Session Storage Hub ‐ Usage

Cody edited this page Dec 31, 2024 · 6 revisions

How To Use

Controls

Select All:

Selects all available keys.

Unselect All:

De-selects all available keys.

Copy:

Copy all selected Keys to extension clipboard (this is separate from your normal copy/paste clipboard).

Paste:

Paste all clipboard to the current tab (this will delete the existing storage and replace).

Add:

Create a new entry with a random key and empty object body.

Delete:

Delete the currently active entry (this is the entry that you are currently observing who's value is in the text editor).

Clear Storage:

Completely delete all storage data.


Changing Key Value

To change the value of a key you must first double click on the key you wish to change. This will convert that key to a text field and allow you to edit. When you are done editing you can click anywhere outside of that field or hit 'enter' to save it. If the key already exists it will cancel your changes to avoid duplicate keys.


Editing the value

The active key is highlighted in the left hand column of the main grid. The value for that key is visible in the right hand column.

To edit the value simply click or highlight wherever you wish to edit and type or paste. Once changes are detected you should see a 'save' or 'cancel' option at the bottom of the editor. Select 'save' to apply your changes both to the tab and the extension. Select 'cancel' to retain the original value before editing (this will clear all your edits).

The editor is configured for JSON so any malformed content should trigger a red symbol in the gutter next to the offending line number AND a red squiggly line under the offending content.

The editor provides additional features like search 'CTRL/CMD + F' or replace 'CTRL/CMD + R' similar to standalone IDE's to make finding content in a sea of text much easier.

Options/Theme

You can change the theme of your editor by selecting the 'Options' button in the top left. There you will see a dropdown to select from a set of available themes.

Clone this wiki locally