DEV Community

Discussion on: Notesnook is now open source!

Collapse
 
firozansari profile image
Firoz Ansari

Looks great! Congratulations! I am curious how you are storing the notes if user prefer local storage. Using markdown files? Or in some database like SQLite?

Collapse
 
thecodrr profile image
Abdullah Atta

Data is always stored locally in IndexedDB. It gets synced to a MongoDB database in its encrypted form.