Sticky Notes allow you to annotate and comment on your flow editor, making it easier to organize and understand complex chatbot flows. They are especially useful for collaboration, as they provide context and explanations for different parts of your flow. We recommend using Sticky Notes to better organize your flow and make it easier to understand for you and your team.
Release0.com - Sticky Note

Creating a Sticky Note

To create a Sticky Note, follow these steps:
  1. In the flow editor, click on the Sticky Note icon in the top right corner below variables icon. This will place a new sticky note in the center of your screen.
  2. Right click on the sticky note to edit its content. You can add text, bullet points, hyperlinks, and more to your sticky note.
  3. Click outside the sticky note to save your changes.

Editing a Sticky Note

Release0.com - Sticky Note Edit
To edit an existing Sticky Note, simply right-click on the note you want to edit. This will open the editing Menu (Edit, Change Colour, Delete).
  • Change Color: You can change the color of the sticky note to categorize or prioritize different notes. Click on the color option and select your desired color.
Release0.com - Sticky Note color
  • Delete: If you no longer need a sticky note, you can delete it by selecting the delete option from the menu.
  • Edit: Click on the edit option to modify the content of the sticky note. Click outside the sticky note to save your changes.

Moving a Sticky Note

You can move a Sticky Note by clicking and dragging it to your desired location within the flow editor. This allows you to organize your notes in a way that makes sense for your workflow. You can:
  • Drag a Sticky Note anywhere on the flow editor canvas.
  • Drag Sticky Notes behind blocks/groups. You can use this to visually group elements.
  • Resize Sticky Notes by hovering over the edge of the note and dragging to resize.
  • Change the color: Right-click on the note you want to edit select Change Color to open the color selector.

Writing in Markdown

Sticky Notes support Markdown formatting, allowing you to create rich text notes. You can use the following Markdown syntax:
  • Bold: **text**
  • Italic: *text*
  • Link: [Link](http://example.com)
  • Image: ![Alt text](https://placehold.co/600x400)
  • Embed a Youtube Video: @[youtube](S6hfIxkdlRc)
  • Bullet Points: - Item 1, - Item 2
  • Numbered List: 1. Item 1, 2. Item 2
  • Headings: # Heading 1, ## Heading 2, ### Heading 3
  • Highlight: Highlighted Text
The text in double asterisks will be **bold**

The text in single asterisks will be *italic*

Use # to indicate headings:
# This is a top-level heading
## This is a sub-heading
### This is a smaller sub-heading

You can add links:
[Example](https://example.com/)

Create lists with bullet points:

* Item one
* Item two

Or created ordered lists with numbers:

1. Item one
2. Item two

Highlight a text:
`Highlighted Text`

You can link an image:
![Alt text](https://placehold.co/600x400)

You can embed a Youtube video:
@[youtube](S6hfIxkdlRc)
Sticky Notes are a powerful tool to help you organize and annotate your flow editor. Use them to provide context, explanations, and reminders for yourself and your team.