How to Use Extensions
Pulse Editor is a modular, extensible creative platform that allows users to install any extension they need for their creative workflow, and enables extension developers to publish extensions and have a chance to earn.
There are two types of extensions:
- File View Extension
File View Extension is opened when a file is opened in view. Pulse Editor determines which extension to load based on a file's type/suffix/extension. e.g. .txt, .png, .py - Console View Extension
Console View Extension is opened without a file view object. Often it does not need to interact with a file (reading/writing). You can open the console panel by clicking in the toolbar, then you can find all installed Console View Extensions.
info
Pulse Editor provides a set of SDK libraries for extension developers. If you are interested in building and publishing extension apps to Pulse Editor Marketplace, check out the extension developer guide.
Browse extension marketplace
Once you have installed Pulse Editor on your preferred device, you can click
icon in the toolbar at bottom of screen to browse available extension apps. Click on the extension card to view details about its features, authors, and usage plans.Install extensions from marketplace
Click
icon in the toolbar at bottom of screen to browse available extension apps. You can install extension apps by clicking on any extension card, then clicking the "install" button.Configure extension settings
You can configure extension settings by following these steps:
- Click in the toolbar at bottom of screen.
- Go to extension settings section, find the extension that you'd like to configure.
- Configure extension specific settings.