- Electron Projects
- Denys Vuika
- 166字
- 2021-06-24 12:14:35
Building a Markdown Editor
In this chapter, we are going to build a minimal Markdown Editor application. This mini exercise is going to help you get an idea of how to build a web application that integrates with the Electron shell on desktops.
You are about to walk through the process of integrating a third-party editor component, learning how to support application menus, and establishing communication channels between the rendering (browser) and the main (Node.js) processes. We are doing this so that you become confident with Electron and can build more complex projects.
As part of this chapter, we will also create a new GitHub repository to store application releases, publish multiple versions of the Markdown Editor to GitHub, configure automatic updates, and see them in action.
In this chapter, we will cover the following topics:
- Configuring a new project
- Integrating the editor component
- Fitting the screen size
- Integrating the application menu
- Adding drag and drop support
- Supporting automatic updates
- Changing the title of the application
- 多媒體CAI課件設計與制作導論(第二版)
- Mastering NetBeans
- PWA入門與實踐
- Mastering ServiceStack
- Network Automation Cookbook
- C/C++常用算法手冊(第3版)
- SEO實戰密碼
- Spring Boot Cookbook
- 深入淺出PostgreSQL
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- 編程與類型系統
- Windows Embedded CE 6.0程序設計實戰
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Visual C#(學習筆記)
- Pandas入門與實戰應用:基于Python的數據分析與處理