Des slides dans votre vim - retour accueil
git clone git://bebou.netlib.re/slides.vim
Log | Files | Refs |
commit 919b25cf7506dbadaea16934c587392fe56d340f parent deb625a9198b5d6128247e44e512fb4bf76ead35 Auterice: Marc Chantreux <khatar@phear.org> Date: Fri, 25 May 2018 21:10:00 +0200 more to readme Diffstat:
M | readme.slides | | | 79 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------- |
1 file changed, 68 insertions(+), 11 deletions(-)
diff --git a/readme.slides b/readme.slides @@ -1,8 +1,13 @@ -โบ slides.vim +โบ slides.vim: simple slides made simple - simple slides made simple ๐ + ๎ 30 lines of vim config + ๎ WYSIWYG + ๎ emphasize/highlighted with non breaking spaces + ๎ easy mode switching (edition/presentation) -โบ why ? + ย :set fen! list!ย + +โบ when ? ๎ need slides, have no time ๎ prototyping @@ -48,12 +53,8 @@ fun old school looking demos :) check the tip to compile into a docker - just read [tips.md](https://github.com/eiro/slides.vim/blob/master/tips.md) - -โบ which term ? (to test) - - ๎ web based terminal ? - with all the web features available too? + just read tips.md + (https://github.com/eiro/slides.vim/blob/master/tips.md) โบ usage @@ -198,8 +199,8 @@ โบ more tips - just read [tips.md](https://github.com/eiro/slides.vim/blob/master/tips.md) - + just read tips.md + (https://github.com/eiro/slides.vim/blob/master/tips.md) โบ Known bugs you can't have more than 1 emphasize in a line @@ -211,6 +212,62 @@ is a region between 2 X so the whole line is highlighted. +โบ history + + ๎ written in 2009 because of a deadline + ๎ published in 2010 because of a deadline + ๎ evolved on my laptop since then because of deadlines + ๎ used at Journรฉes Perl 2018 + ๎ evolutions and documentations pushed to github + because someone wanted to know + +โบ see also + + i use to use slides.vim when i ran out of time. + Nowadays, unicode symbols and emojis are randered + nicely in terminals so i can do some nice looking + presentations using slides.vim. + + to be confortable with slides.vim, you should be + confortable with abbreviations (:h :iab) + and digraphs (:h :digr) and learn about the basic ones. + + i wasn't aware of the other vim presentation. + So the next slides are there to mention i'm aware of + those projects but notes are probably unfair. + +โบ other presentation tools + +vroom (the only one i knew about in circa 2010) + https://metacpan.org/pod/distribution/Vroom/lib/Vroom.pod + +vimdeck https://github.com/tybenz/vimdeck +git-slides https://github.com/gelisam/git-slides +presenting https://github.com/sotte/presenting.vim +pip slides https://pypi.org/project/slides.vim/ + +โบ stuck on slides.vim because + + vimdeck โ Probably too heavy/complicated ? + vroom โ + pip slides โ + +โบ stuck on slides.vim because + + presenting โ renders badly + git-slides โ + +โบ outside of vim + + pandoc can turn markdown files into + ๎ a beamer file (latex class) + ๎ a reveal.js file + + pug, stylus and livescript can used + in combinaison with + โถ pandoc + reveal.js + โถ impress.js + โบ Thank you ๎ questions ?