File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,29 @@ This is a public Kanban board. Also everyone can comment here.
1010
1111If you want to join us, ask me to add you.
1212
13- ## Live coding
13+ ## System requirement
1414
15- I've been broadcasting my work. You can check it from the below links. : smile :
15+ This app is built on Electron.
1616
17- - [ Live Stream] ( https://www.livecoding.tv/rokt33r/videos/ )
18- - [ Recorded Videos] ( https://www.livecoding.tv/rokt33r/videos/ )
17+ You can check it from [ here] ( https://github.com/electron/electron/blob/master/docs/tutorial/supported-platforms.md ) .
18+
19+ ## About note storage
20+
21+ Currently, Boostnote stores data to a single json file.
22+
23+ You can find it from the path below.
24+
25+ OS X
26+ ```
27+ /Users/$USER_NAME$/Library/Application Support/boost/local.json
28+ ```
29+
30+ Windows
31+ ```
32+ C:\Users\$USER_NAME$\AppData\Roaming\boost\local.json
33+ ```
34+
35+ On v0.6.0, You will be able to select any folder in your file system.
1936
2037## Develop
2138
You can’t perform that action at this time.
0 commit comments