grafana/public/app/plugins/panel/text
Polina Boneva f83f05d6b3
Variables: variables in Markdown links are not interpolated (#51392)
* on a text panel first interpolate, then markdown, then sanitize;

* update devenv dashboard + e2e tests

* fix typo and undo changes in grafana/data

* handling of config option disableSanitizeHtml more readable when preparing markdown in text panel

* betterer

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-06-29 15:26:31 +03:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
models.cue schema: Migrate from scuemata to thema (#49805) 2022-06-06 17:52:44 -07:00
models.gen.ts schema: Generate Go and Typescript from Thema coremodels (#49193) 2022-05-27 03:21:37 +02:00
module.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
TextPanel.tsx Variables: variables in Markdown links are not interpolated (#51392) 2022-06-29 15:26:31 +03:00
TextPanelEditor.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
textPanelMigrationHandler.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
textPanelMigrationHandler.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00

Text Panel - Native Plugin

The Text Panel is included with Grafana.

The Text Panel is a very simple panel that displays text. The source text is written in the Markdown syntax meaning you can format the text. Read GitHub's Mastering Markdown to learn more.