Skip to content

gabber12/slides.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code Presentations in vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages