Code Presentations in vim
Install a markdown syntax highlighter for easier editing. (I recommend tpope/vim-markdown)
pip install slides.vim
-
Write your slides in a markdown file (See below for details on limited markdown syntax)
-
Run
vimslides <file_name.md>
and it will generate a file for each slide and open them in VIM
Slides are separated by 3 newlines in a row.
Example:
# Important Intro
* unordered list 1
* unordered list 2
* unordered list 3
# Important TOC
Your first paragraph
I am trying to actively add features, do check back if you are interested. If you have any feature request do raise an issue, and i'll get back to it.
Made by gabber12: gabber12.me