I would like to use Slides for reporting - something like the Tasks plugin for Obsidian.
A slide would consist of Markdown, a bash script, some Markdown again, etc. With code execution, the report would be constantly up to date.
(Updated): The result from the bash script (with pre-processing) is without line breaks in one long line. How can I fix that?
The result of the bash script is colorized. Is there a way to preserve the colors? Probably not, because it is interpreted as Markdown, right?
How do I get back to the top of a slide? (I tried Wezterm and Warp) If I have too much text within a slide, I just see the bottom part.
I would like to use Slides for reporting - something like the Tasks plugin for Obsidian. A slide would consist of Markdown, a bash script, some Markdown again, etc. With code execution, the report would be constantly up to date.