present icon indicating copy to clipboard operation
present copied to clipboard

A terminal-based presentation tool with colors and effects.

Results 53 present issues
Sort by recently updated
recently updated
newest added

`present ` fails immediately on my systems, irrespective of the markdown file I call it on: `% present example.md` Steps used to install `present`: 1. `pip3 install present` Steps to...

bug

I think it would be very useful to add basic support for latex math symbols (e.g., greek letters). [jb-leger/flatlatex](https://github.com/jb-leger/flatlatex) is a python converter from LaTeX math to human readable text...

Current image support is rudimentary and quickly becomes useless if font is enlarged for big screen presentations. [Sixel](https://en.wikipedia.org/wiki/Sixel) graphics support would solve this problem at least partially by significantly increasing...

bug

## Description This PR adds support for syntax highlighting on code blocks using `pygments`. ### Related issues - #101 - #109 ## Screenshots Based on this markdown: ````` ## Code...

- pins mistune to v2, to avoid breaking changes in v3 (unreleased) - avoids untested major upgrades for YAML and click Should fix #114 as well.

**Describe the bug** After installation, I receive the following error when attempting to perform `present sample.md`. ``` Traceback (most recent call last): File "/opt/homebrew/bin/present", line 8, in sys.exit(cli()) File "/opt/homebrew/lib/python3.9/site-packages/click/core.py",...

bug

Implements #98 and allows presentation to be started from any slide For example, ```bash present --start 3 examples/sample.md ``` starts the presentation from the 4th slide onwards CLI option naming...

Can reuse [nbcommands](https://github.com/vinayak-mehta/nbcommands) code here. Colors could be an issue.

enhancement
good first issue

Can a hi res image be displayed without pixelation ?

bug

Title says it all, if i manage to find time i will try and implement it myself. Just thought other org-mode users might also wanna use this :D

enhancement