slides icon indicating copy to clipboard operation
slides copied to clipboard

Inline code execution and up/down navigation

Open rhsev opened this issue 2 years ago • 1 comments
trafficstars

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.

rhsev avatar Sep 01 '23 08:09 rhsev

@rhsev regarding your first bullet point and linebreaks, wrap the result in a code fence so it doesn't get treated as Markdown (see https://github.com/maaslalani/slides/issues/261#issuecomment-1789351206)

pringshia avatar Jul 10 '24 01:07 pringshia