Edit items stored in Atom's localStorage
Install local-storage
from Atom's Package Manager or the command-line equivalent:
$ apm install local-storage
Change to your Atom packages directory:
# Windows$ cd %USERPROFILE%\.atom\packages# Linux & macOS$ cd ~/.atom/packages/
Clone the repository as local-storage
:
$ git clone https://github.com/idleberg/atom-local-storage local-storage
The following commands are available through the command-palette:
Also take note that several tweaks can be made through the package settings!
This work licensed under The MIT License
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.