Widgets/Custom

Note Widget

Note Widget

A "Custom" type widget. Note Widget allows you to add markdown notes to your recipes, providing documentation, reminders, or explanations directly within your workflow.

This widget is purely visual and does not process data or interact with other widgets in the recipe. It's ideal for:

  • Documenting how your recipe works
  • Adding reminders about specific settings
  • Including explanatory text for other team members
  • Embedding images to clarify concepts

 

Custom Settings

  • Background Color — Change the background color of the note to organize or highlight different information.

  • Size Configuration — Adjust the width and height to accommodate your content.

  • Lock Widget — Prevent accidental movement or changes to your note within the recipe.


Lock Setting



Markdown Support

The Note widget supports standard markdown formatting:

  • # Heading 1

  • ## Heading 2

  • **Bold text**

  • *Italic text*

  • - Bullet points

  • 1. Numbered lists

  • [Links](https://example.com)

  • ![Images](image-url.jpg)


Drag the example onto the workspace to explore and experiment!