Skip to content

tjdevries/present.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

present.nvim

Hey, this is a plugin for presenting markdown files!!

Setup

require("present").setup {
    -- Check source for options :)
    ...
}

Features

  • Use markdown to write slides
    • Break one "section" into multiple "slides"
      • Use <!-- stop --> comment to split a slide.
      • Can be configured with opts.syntax.stop
    • Comments are ignored
      • Use %% comment to comment a line
      • Can be configured with opts.syntax.comment
    • Execute code in code blocks!
print("Hello world", 37, true)
# Configure this with `opts.executors`
print("yaayayayaya python")

Installation

{
    'tjdevries/present.nvim'
}

Usage

Use :PresentStart Command inside of a markdown file to start presenting.

Use n, and p to navigate markdow slides.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages