franjurinec / documint

Simple Documentation Editor
MIT License
0 stars 0 forks source link

Dynamic project loading #16

Closed franjurinec closed 3 years ago

franjurinec commented 3 years ago

Projects need to be dynamically loaded from the disk when the application is launched.
User has to be able to select which project to open.

franjurinec commented 3 years ago

Implemented in e049fb6405c4b65196fe4e025a0f2d8d4fb61101 using the 'userData' path offered by Electron's API as a reference point for project storage.