grafana/public/app/plugins/panel/text
Torkel Ödegaard c3ed644f66
Marked: Upgrade and always sanitize by default (#28796)
* Marked: Upgrade and always sanitize by default

* Added test

* corrected text panel logic
2020-11-05 09:40:12 +01:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
module.tsx TextPanel: Adds proper editor for markdown and html (#25618) 2020-06-29 12:17:31 -07:00
plugin.json Chore: remove version from text panel (#27624) 2020-09-16 11:04:27 -07:00
README.md TextPanel: Removes Angular Text Panel (#25504) 2020-06-10 14:35:30 +02:00
TextPanel.tsx Marked: Upgrade and always sanitize by default (#28796) 2020-11-05 09:40:12 +01:00
TextPanelEditor.tsx Monaco: add suggestions for template variables (#25921) 2020-07-01 09:36:34 +02:00
textPanelMigrationHandler.test.ts TextPanel: Fixes problems where text panel would show old content (#28643) 2020-10-30 08:22:04 +01:00
textPanelMigrationHandler.ts TextPanel: Fixes problems where text panel would show old content (#28643) 2020-10-30 08:22:04 +01:00
types.ts TextPanel: Fixes issue when interpolation of variables stops working (#26847) 2020-08-10 06:38:22 +02: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.