Fancy Note (CRT):
The FancyNoteNode is a utility node designed to enhance the user interface experience by allowing you to add visually appealing notes within your node-based workflow. This node is particularly useful for annotating or highlighting specific parts of your workflow with custom text, making it easier to organize and understand complex setups. The node provides customization options for text appearance, including font size and color, allowing you to tailor the notes to fit your aesthetic preferences or project requirements. By integrating FancyNoteNode into your workflow, you can improve clarity and communication, especially in collaborative environments where visual cues can significantly aid in understanding the flow and purpose of different components.
Fancy Note (CRT) Input Parameters:
text
The text parameter is a required input that allows you to specify the content of the note you wish to display. This parameter accepts a string value and supports multiline input, enabling you to write detailed annotations or instructions. The default value is an empty string, meaning no text will be displayed unless specified. This parameter is crucial for conveying information directly within your workflow, making it easier to document processes or provide guidance.
ui_font_size
The ui_font_size parameter controls the size of the font used for the note text. It is an integer value with a default of 80, and it can range from a minimum of 8 to a maximum of 250, with increments of 1. Adjusting this parameter allows you to emphasize certain notes by increasing their visibility or to fit more text into a smaller space by reducing the font size.
ui_text_color
The ui_text_color parameter determines the color of the note text. It accepts a string representing a color code, with the default set to #7300ff, a shade of purple. This parameter allows you to customize the text color to match your project's theme or to differentiate notes by color coding them.
ui_glow_color
The ui_glow_color parameter specifies the color of the glow effect around the note text. Like ui_text_color, it accepts a string color code, with the default also set to #7300ff. This parameter can be used to add a visual emphasis to the note, making it stand out more prominently against the background.
ui_accent_color
The ui_accent_color parameter is used to define an accent color for the note, which can be applied to various UI elements associated with the note. It accepts a string color code, with the default being #7300ff. This parameter helps in creating a cohesive visual style for your notes, enhancing the overall aesthetic of your workflow.
unique_id
The unique_id parameter is a hidden input that serves as a unique identifier for the node instance. This ensures that each note can be distinctly referenced or manipulated within the workflow, although it is not directly visible or modifiable by the user.
prompt
The prompt parameter is another hidden input that may be used internally for specific functionalities or integrations within the node system. It is not intended for direct user interaction but plays a role in the node's internal operations.
Fancy Note (CRT) Output Parameters:
(No output parameters)
The FancyNoteNode does not produce any output parameters. Its primary function is to enhance the user interface by displaying notes, and it does not contribute data or results to subsequent nodes in the workflow.
Fancy Note (CRT) Usage Tips:
- Use the
textparameter to provide clear and concise annotations that can help you or your collaborators understand the purpose of different parts of your workflow. - Experiment with
ui_font_size,ui_text_color,ui_glow_color, andui_accent_colorto create visually distinct notes that can serve as effective visual cues or highlights within your project.
Fancy Note (CRT) Common Errors and Solutions:
No visible note
- Explanation: If the note is not visible, it might be due to the
textparameter being empty or theui_text_colorblending with the background. - Solution: Ensure that the
textparameter contains the desired content and adjust theui_text_colorto a contrasting color for better visibility.
Text overflow
- Explanation: If the text appears cut off or does not fit within the designated area, it may be due to a large font size or excessive text length.
- Solution: Reduce the
ui_font_sizeor shorten the text to ensure it fits within the node's display area.
