Hi, i'm playing around with electron, trying to make a simple node app. Since i would like to make notes to be saved and accessible via the app I thought a good solution is to save the notes title,body and date into a json file so I can retrieve it from the app. The question is, how can I create a file with electron and save it in a local folder inside my electron app, or how do u suggest to Chace variables like titles and texts to be accessible every time I start the app? Thanks :)
Submitted February 12, 2016 at 02:29PM by utopy
No comments:
Post a Comment