Comment
The "Comment" plugin is a powerful tool in the editor, allowing you to add and manage comments within bot data. These comments in the editor can make everything easier for developers.
There are two types of comments:
Inline Comments
Inline comments are created directly in the editor area and can be dragged to different positions.
Frame Comments
Creation and Functionality
- Frame comments are associated with specific nodes and automatically adjust their size based on connected nodes within them.
- To resize frame comments automatically, the Auto Arrange plugin must be used.
Integration
- Integrated with the Context Menu plugin for seamless interaction.
- With the Node Renderer and the Context Menu plugins enabled, you can right-click on nodes to create frame comments around them. And you can hold CTRL and left-click or use the Node Selection plugin to select multiple nodes and encapsulate them in a single-frame comment.
Deletion
- Comments can be removed by right-clicking on them and selecting "Delete Comment" from the context menu.
Drag Functionality
- Comments, including frame comments, can be dragged within the editor area.
- When dragging a frame comment, all connected nodes move with it, maintaining their relative positions.
The "Comment" plugin enhances organization and clarity within your bot development process, providing intuitive tools for annotating and structuring bot data effectively.
You can drag nodes into comments to link them. The frame comments can be linked to infinite nodes, while the inline comments can only be linked to a single node.