Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

present.nvim

this is a plugin for presenting markdown files.

Features: Neovim Lua Execution

Present can execute code in Language Blocks, when you have them in a slide. Only one snippet per slide is currently supported.

print("Hello World", 29)

Features: Other languages

You may need to configure this with opts.executors. Currently only Python and Javascript are supported by default.

Javascipt

console.log({myField: true, other: false})

Python

print("hello world", 5 + 4)

Usage

require("present").start_presentation({})

Open a README.md

use :PresentStart Command.

Use n, and p to navigate markdown slides. use q to exit present. Use x to run a code block. Use :q to exit the code block execution.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages