TextManager plugin developer documentation
This plugin provides text input with formatting tool. Users can format and edit text in the project.
Main sections
Editor
Following files will run in the editor:
- .\plugin.json
- .\type.json
- .\instance.json
The following constnant files will not explain in the documentation:
- .\addon.json - Static plugin metadata. read more
- .\aces.json - Defining the Actions, Conditions and Expressions (ACEs). read more
- .\lang\en-US.json - Language file for plugin's editor elements. read more
- .\icon.svg - plugin's icon
Runtime
Following files will run in the exported program:
- .\actions.js
- .\conditions.json
- .\expressions.json
- .\plugin.json
- .\type.json
- .\instance.json
- .\domSide.json