Skip to content
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

Closed
idprism opened this issue Jul 21, 2016 · 3 comments
Closed

files with no slides #106

idprism opened this issue Jul 21, 2016 · 3 comments

Comments

@idprism
Copy link

idprism commented Jul 21, 2016

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?

@visit1985
Copy link
Owner

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.

@idprism
Copy link
Author

idprism commented Jul 22, 2016

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.

@oising
Copy link

oising commented Aug 26, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants