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.