description |
---|
Dune's Dashboards allow you to easily aggre |
Dashboards on Dune consist of widgets. Widgets can either be visualizations or a text box. It is also possible to embed images/gifs inside of the text box.
You can freely resize every widget to match the layout you want to create.
You can create a new dashboard by navigating to our "Discover" page and clicking on the "new dashboard" button on the right.
The initial name that you give to your dashboard will also be the url slug. You can't change the url slug afterwards, so be mindful of the name you choose. Changing the dashboards display name is always possible though.
You can simply add visualizations to your dashboard by going into the editor mode and clicking on the corresponding button. To go into editor mode first open one of your own dashboards and click on the edit button on the top right.
To add text boxes to your dashboard you have to go into editor mode first and can afterwards click on "add text widget". This will open a simple text editor window.
Text boxes support a subset of markdown. You can manipulate text and embed images and gifs.
This is a short list to markdown syntax. A more advanced markdown guide can be found here.
Element | Markdown Syntax |
---|---|
Heading |
|
Bold | **bold text** |
Italic | *italicized text |
Ordered List |
|
Unordered List |
|
Code | `code` |
Horizontal Rule | --- |
Link | [title](https://www.example.com) |
Our text boxes can also be used to embed images or gifs into your dashboard.
The Syntax for embedding images is:
Image | ![alt text](image url) |
---|
Since you can't store images locally on our servers, you need to upload your images somewhere else or find the raw file somewhere on the internet.
In practice this might look like this:
![text](https://pbs.twimg.com/media/FEWVLQwWUAQcqLY?format=jpg&name=medium)
--this is an image stored on twitters servers
You can resize the image by simply resizing the widget it is contained in.
You can combine images and text in one widget.
You can arrange the different widgets on the dashboard in whatever way you like.
Widgets will always try to move upwards, so if you want to create a visual divider section in your dashboard it is advised to create a big text box as a divider.