Plugins
Plugins interact with the core through APIs, without being tightly coupled to the system.
LocalDB
LocalDB implements the following functionalities:
- After system initialization, reads data from LocalStorage and writes content to the core through APIs
- When editor content is updated, writes the new content to LocalStorage
Webkit
Webkit implements the following functionality:
- Serves as a bridge for core interaction with iOS and macOS platforms