November 2019
Beginner
436 pages
8h 52m
English
Another nice feature you can provide for your small markdown editor application is the ability to drag and drop files onto the window. Users of your application should have the ability to drop a markdown file onto the editor's surface and have the content of the file immediately available to them. This scenario also helps us address some extra features of the Electron framework that you may use later. Let's get started:
<body ondrop="dropHandler(event);"> <!-- page content --> </body>
Read now
Unlock full access