Skip to content

[PXCT-1085] Cloud - Added link widget information #2599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this widget is for example "https://arduino.cc"

This becomes a link in the preview, but the " after the link get's added to the redirect, is there any way we can make it a non-link?

image

Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,14 @@ ledVariable = true;
ledVariable = false;
```

### Link

![Link Widget](assets/link-widget.png)

The Link widget lets you put a link on your dashboard! The icon, color and label can be fully customized to your liking. The correct URL format for this widget is for example "https://arduino.cc". If the you get the error "Invalid URL format", please try adding "https://" to the start of your URL.

![Link Widget options](assets/link-widget-options.png)

### Map

![Map Widget](assets/widget-map.png)
Expand Down
Loading