diff --git a/content/arduino-cloud/01.getting-started/06.dashboard-widgets/assets/widget-sticky-note.png b/content/arduino-cloud/01.getting-started/06.dashboard-widgets/assets/widget-sticky-note.png new file mode 100644 index 0000000000..8d1ca60b12 Binary files /dev/null and b/content/arduino-cloud/01.getting-started/06.dashboard-widgets/assets/widget-sticky-note.png differ diff --git a/content/arduino-cloud/01.getting-started/06.dashboard-widgets/dashboard-widgets.md b/content/arduino-cloud/01.getting-started/06.dashboard-widgets/dashboard-widgets.md index d99be1644d..1370a8c1a0 100644 --- a/content/arduino-cloud/01.getting-started/06.dashboard-widgets/dashboard-widgets.md +++ b/content/arduino-cloud/01.getting-started/06.dashboard-widgets/dashboard-widgets.md @@ -315,4 +315,13 @@ An example of how it is used in a sketch: ```arduino locationChart = analogRead(A0); -``` \ No newline at end of file +``` + +### Sticky Note + +![Sticky Note](assets/widget-sticky-note.png) + +The sticky note widget can be used to write important notes or to categorize your widgets. + +The sticky note can **not** be linked with a variable, and is designed to keep notes only while using a dashboard. It does support the use of markdown, so that you can create titles, links, code blocks etc. +