Skip to content

Latest commit

 

History

History
84 lines (49 loc) · 4.62 KB

dashboards.md

File metadata and controls

84 lines (49 loc) · 4.62 KB
description
Dune's Dashboards allow you to easily aggre

Dashboards

Dashboards are where Dune's content lives and gets discovered.

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.

Creating a Dashboard

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.

creating a dashboard

Adding Visualizations

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.

Adding text boxes

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.

Text manipulation

This is a short list to markdown syntax. A more advanced markdown guide can be found here.

Element Markdown Syntax
Heading

# H1
## H2
### H3

Bold **bold text**
Italic *italicized text
Ordered List

1. First item
2. Second item
3. Third item

Unordered List

- First item
- Second item
- Third item

Code `code`
Horizontal Rule ---
Link [title](https://www.example.com)

Embedding Images and GIFs

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.

embedding an image and resizing it

Arranging the layout of the dashboard

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.