From 9a06433851dcc0757d21cdc3dd48d0b7394c7ff2 Mon Sep 17 00:00:00 2001 From: SuenagaRyota Date: Wed, 4 Oct 2017 22:17:13 +0900 Subject: [PATCH] Created localStorage (markdown) --- localStorage.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 localStorage.md diff --git a/localStorage.md b/localStorage.md new file mode 100644 index 0000000..853c69a --- /dev/null +++ b/localStorage.md @@ -0,0 +1,6 @@ +Boostnote uses localStorage to store `config`, `storages` and so on and so forth. + +If you want to see them, move `developer tool` -> `Resources` -> `Local Storages`. +![image](https://user-images.githubusercontent.com/11307908/31177550-6019d27a-a951-11e7-9838-abede740eaa2.png) + +And the exact file stored in localStorage is located in `~/Library/Application\ Support/Boostnote/` on macOS and Linux.