Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.37 KB

README.md

File metadata and controls

48 lines (26 loc) · 1.37 KB

slides.vim Build Status Coverage Status Build status PyPI version

Code Presentations in vim

Installation

Install a markdown syntax highlighter for easier editing. (I recommend tpope/vim-markdown)

pip install slides.vim

Usage

  1. Write your slides in a markdown file (See below for details on limited markdown syntax)

  2. Run vimslides <file_name.md> and it will generate a file for each slide and open them in VIM

A Note About Markdown

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

Roadmap

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