maaslalani / slides

Terminal based presentation tool
http://maaslalani.com/slides/
MIT License
9.58k stars 263 forks source link

Inline code execution and up/down navigation #259

Open rhsev opened 12 months ago

rhsev commented 12 months ago

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.

pringshia commented 1 month ago

@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)