Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
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.
Binary file removed explore-analyze/images/kibana-markdown_example_1.png
Binary file not shown.
Binary file removed explore-analyze/images/kibana-markdown_example_2.png
Binary file not shown.
30 changes: 21 additions & 9 deletions explore-analyze/visualize/text-panels.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,33 @@

To provide context to your dashboard panels, add **Text** panels that display important information, instructions, images, and more. You can create **Text** panels using GitHub-flavored Markdown text.

::::{applies-switch}

:::{applies-item} Stack 9.1

Check failure on line 17 in explore-analyze/visualize/text-panels.md

View workflow job for this annotation

GitHub Actions / preview / build

Unable to parse applies_to definition: Stack 9.1 (Line: 2, Col: 1, Idx: 9) - (Line: 2, Col: 1, Idx: 9): Expected 'MappingStart', got 'DocumentEnd' (at Line: 2, Col: 1, Idx: 9).
Content for Stack 9.1
:::

:::{applies-item} Stack 9.2

Check failure on line 21 in explore-analyze/visualize/text-panels.md

View workflow job for this annotation

GitHub Actions / preview / build

Unable to parse applies_to definition: Stack 9.2 (Line: 2, Col: 1, Idx: 9) - (Line: 2, Col: 1, Idx: 9): Expected 'MappingStart', got 'DocumentEnd' (at Line: 2, Col: 1, Idx: 9).
1. From your dashboard, select **Add panel**.
2. In the **Add panel** flyout, select **Text**. A Markdown editor appears and lets you configure the information you want to display.
3. In the **Markdown** field, enter your text, then click **Update**.
2. In the **Add panel** flyout, select **Markdown Text**. A Markdown editor appears and lets you configure the information you want to display.
3. Enter your text, then click **Apply**.

While switching between **Editor** and **Preview** modes, you can keep editing your text.

For example, when you enter:
For example, in **Editor** mode you enter:

:::{image} /explore-analyze/images/kibana-markdown_example_1.png
:::{image} /explore-analyze/images/kibana-markdown-editor-mode.png
:alt: Markdown text with links
:screenshot:
:width: 75%
:width: 60%
:::

The following instructions are displayed:
The following instructions are displayed in **Preview** mode:

:::{image} /explore-analyze/images/kibana-markdown_example_2.png
:::{image} /explore-analyze/images/kibana-markdown-preview-mode.png
:alt: Panel with markdown link text
:screenshot:
:width: 75%
:width: 60%
:::

Or when you enter:
Expand All @@ -47,5 +56,8 @@
:screenshot:
:::

For detailed information about writing on GitHub, click **Help** on the top-right of the Markdown editor.
For detailed information about writing on GitHub, click **Syntax help** on the top-right of the Markdown editor.
:::

::::

Loading