sotte / presenting.vim

A simple tool for presenting slides in vim based on text files.
MIT License
300 stars 50 forks source link

Center slide content #22

Closed clobrano closed 3 years ago

clobrano commented 7 years ago

It would be great to have some "formatting" in the slide. Nothing fancy, just some padding on the right and on top, in order to center the content

sotte commented 7 years ago

Adding padding would break some of the syntax hl.

Also adding "formatting" options would open up a can of worms. There is so much to tweak the formatting...

That being said, if you have a nice implementation I'm not opposed to using it.

designrubenz commented 6 years ago

I just tried using presenting.vim in combination with Goyo and it seems to create the effect @clobrano asked for.

sotte commented 6 years ago

@designrubenz thanks for the info!

clobrano commented 6 years ago

@designrubenz Hi, thanks, this is quite good indeed

sotte commented 3 years ago

This can be closed as #26 solves it.