Creating a text editor in Electron: part 2

added by JavaScript Kicks
9/10/2018 7:43:11 AM

755 Views

In the last tutorial the basic structure was created. We were able to read files from a directory, list their titles in the sidebar, and we were able to read their contents on the screen. In this tutorial, we are going to add more interaction. To start with let's talk about the menu.


0 comments