grafana/public/app/plugins/panel/text
sam boyer ced53a8dc2
plugins: Introduce generated, static core plugin registry (#54118)
* Refactor towards template/codegen framework

* Add templates for plugin gen

* Add Go codegen for plugins; overhaul framework, too

* Add new codegen output; assorted framework fixes

* Regenerate after merge

* Remove accidental commit file, update templates

* Export the pfs.Tree loader from plugin types

* Print details from cuetsy errors

* Generate loaders for all plugins and list in registry

* Use pfs_gen.go over lineage_gen.go

* Un-un-ignore main file

* Introduce simple List static registry for plugins

* Last tweaks to codegen

* remove unused tvars

* Ensure loop-local instances for both vars

* Generate pfs parsing in-place in registry

* Stop generating pfs_gen.go

* Move Tree into pfs, rename subdir

* Change package name to match dir

* Ignore gocyclo on HTTPServer.getNavTree
2022-09-14 10:15:09 -04:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
models.cue TextPanel: Support code formats (#53850) 2022-08-24 08:13:00 -07:00
models.gen.ts plugins: Introduce generated, static core plugin registry (#54118) 2022-09-14 10:15:09 -04:00
module.tsx TextPanel: Support code formats (#53850) 2022-08-24 08:13:00 -07: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.test.tsx Chore: Test grafana/public/app/plugins/panel/text/TextPanel.tsx (#52244) 2022-07-15 12:06:16 +03:00
TextPanel.tsx TextPanel: Support code formats (#53850) 2022-08-24 08:13:00 -07:00
TextPanelEditor.tsx Chore: Reduce usage of v1 theme (#53245) 2022-08-08 16:37:06 +01:00
textPanelMigrationHandler.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
textPanelMigrationHandler.ts Panels: Add troubleshooting snapshot (#54417) 2022-09-02 15:38:35 -07: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.