The Markdown widget is new (1.16.2). When you Add a Widget in a custom dashboard, you can find it under Graphics and Design, or in All Widgets.
The Markdown widget lets you enter text and apply presentation styles to it, to help describe your custom dashboard. The widget accepts
markdown syntax (e.g., **bold**, `code`, etc.), as well as HTML with CSS, and SVG!
Use the widget only for text content with presentation styling.
Click the Show Chrome button to toggle the card background and drop shadow (you might have to click a couple of times to turn it off).
You can use the Markdown widget for many purposes, and in combinations…
- Add directions: “To change a parameter…”.
- Explain how to interpret a nearby chart: “Taller bars are better.”
- Offer helpful information: “The total length of all media is 2 hours.”
- To cite data sources and useful references: “Data does not include beta testers.”
- A custom legend for a widget that normally doesn’t have one: like a gauge.
Storytelling Cookbook
Add a Call-out
Use your computer’s character map to look-up an arrow character (←, ↑, →, ↓), copy it, and then paste it into a Markdown widget, to “call-out” another widget’s significance.
If using an uncommon character (e.g., an arrow), then select it from a common font (e.g., Arial).
<span style="font-size: 1.25rem; font-weight: bold; ">Markdown Widget</span><br />
<span style="font-size: 0.875rem; ">This widget calls-out others</span>
← For example, the widget to the left is the new **Actor/Object Table**...
Divide the Dashboard
To describe a group of other nearby widgets, add a Markdown widget with a title, subtitle, and explanation of the hierarchy. To vertically divide the widgets in a dashboard, add a Markdown widget that spans the width of the dashboard, and at the top of the widget, enter a horizontal rule HTML element with a thick and dark style.
<hr style="border: 6px solid gray" />