Hello,
I’m currently attempting to use Business Text in order to display some Markdown text on my Grafana dashboard, but currently can’t seem to understand what I’m trying to do based on the documentation I’ve been reading here: Business Text | Volkov Labs
Currently, I have a script in Windmill.dev which returns some text in markdown formatting, which then gets rendered in a module there. I’m attempting to migrate this over to Grafana and from what I’ve found it seems like the best tool to use for this is the Business Text plugin (regular Text doesn’t seem to allow for queries). My datasource is just an infinity datasource hooked up to Windmill.
The problem I’m running into is that the text does not appear to be registering as markdown when loaded into the plugin’s panel, even though I have the “Markdown” option selected.
Is there some sort of manipulation that I need to do with the “JavaScript code before content rendering” option? I was expecting this to be the case, but even when I attempt to set it to a variable there and load the variable into the content box, but the content box does not appear to have the ability to read variables from the JavaScript component, so I found myself lost there.
Thanks!
Bonus Question: I originally have the script returning three different sets of this markdown text at once, though it seems as though only the first one gets picked up in my Grafana table. Is that a limitation on Grafana that I just need to separate into three scripts for, or is there a way around that as well?