Skip to content

Atom/Pulsar package to edit items stored in the code editor's own localStorage

License

Notifications You must be signed in to change notification settings

idleberg/atom-local-storage

Repository files navigation

local-storage

License Release Downloads CI

Edit items stored in the editor's own localStorage

Screenshot

Installation

Install local-storage from Atom's Package Manager or the command-line equivalent:

$ apm install local-storage

Using Git

Atom

Change to your Atom packages directory:

# Windows
$ cd %USERPROFILE%\.atom\packages

# Linux & macOS
$ cd ~/.atom/packages/

Clone repository as local-storage:

$ git clone https://github.com/idleberg/atom-local-storage local-storage
Pulsar

Change to your Pulsar packages directory:

# Windows
$ cd %USERPROFILE%\.pulsar\packages

# Linux & macOS
$ cd ~/.pulsar/packages/

Clone repository as local-storage:

$ git clone https://github.com/idleberg/atom-local-storage local-storage

Usage

The following commands are available through the command-palette:

  • Local Storage: Open Item
  • Local Storage: Save Item
  • Local Storage: Remove Item

Also take note that several tweaks can be made through the package settings!

License

This work licensed under The MIT License.