-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
files with no slides #106
Comments
Unfortunately that's not as easy as it sounds. The internal data structure of mdp is not flexible enough to solve #15. And a paginator is even more complex. We would need to redesign the whole app for that, which I don't have the spare time for. Additionally we'd need to disable the pandoc URL feature, which stacks bottom-up on each page. I'm not aware of a different project, which fulfills that need. |
well, thank you for the consideration. I will look elsewhere to read the random unpaged markdown README.md I always get in software packages, but I will definitely keep mdp around for anything that already has enough rules to have pages. |
What about just inserting page breaks (---) automatically? I understand full and intelligent pagination is going to be harder, but I'd rather a dumb algorithm than none at all :) |
instead of errors like:
Error: Terminal height (58 lines) too small. Need at least 251 lines for slide #1.
You may need to add additional horizontal rules (---) to split your file in shorter slides.
can we just have a mode where we dont have slides and instead just page through like a normal paginator? is there a different project for that?
The text was updated successfully, but these errors were encountered: