> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Note

> Create text notes with markdown formatting

Create text notes with markdown formatting

|                     |        |
| ------------------- | ------ |
| **App**             | Note   |
| **Operation ID**    | `note` |
| **Type**            | Note   |
| **Connection**      | None   |
| **Credits per run** | Free   |

## Inputs

| Field    | Type                       | Required | Default | Description                                                                                                           |
| -------- | -------------------------- | -------- | ------- | --------------------------------------------------------------------------------------------------------------------- |
| `text`   | string                     | Yes      | -       | The text content of of the note, use markdown syntax for formatting. You can use line breaks to structure your notes. |
| `width`  | integer                    | No       | `350`   | Width of the note (in pixels)                                                                                         |
| `height` | integer                    | No       | `280`   | Height of the note (in pixels)                                                                                        |
| `color`  | string or SelectableOption | Yes      | -       | Background color of the note                                                                                          |
| `locked` | boolean                    | No       | `False` | Lock the note to prevent editing                                                                                      |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `None`

Returns nothing. This is a note node for documentation only.
