Skip to content

A simple tool for presenting slides in vim based on text files.

Notifications You must be signed in to change notification settings

qmr/presenting.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

presenting.vim

presenting.vim is a simple tool for presenting slides in vim based on text files.

It is a clone of https://github.com/pct/present.vim which is a clone of https://github.com/sorah/presen.vim

In contrast to its predecessors presenting.vim

  • has support for a number of markup languages,
  • can be extended, and
  • is documented

Great, hey?

Installation

Use pathogen_ or vundle_ to install presenting.vim.

Usage 1/2

  • write you presentation in your favorite markup language
  • every slide is separated by a markup language specific marker
    ========  ===============
    FILETYPE  SLIDE SEPARATOR
    ========  ===============
    markdown  # heading
    rst       ~~~~
    orgmode   #----
    ========  ===============

Usage 2/2

When you want to start presenting execute:

    :StartPresenting

Navigation:

  • n - next slide
  • p - previous slide
  • q - quit

Also, take a look at the presenting.vim examples:

  • PresentingExample.markdown
  • PresentingExample.rst
  • PresentingExample.org

Of course you can configure the slide separators.

Links

The code is on github. Pull requests are welcome!

Issue tracker:

About

A simple tool for presenting slides in vim based on text files.

Resources

Stars

Watchers

Forks

Packages

No packages published