Hey, this is a plugin for presenting markdown files!!
require("present").setup {
-- Check source for options :)
...
}
- 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
- Use
- Comments are ignored
- Use
%% comment
to comment a line - Can be configured with
opts.syntax.comment
- Use
- Execute code in code blocks!
- Break one "section" into multiple "slides"
print("Hello world", 37, true)
# Configure this with `opts.executors`
print("yaayayayaya python")
{
'tjdevries/present.nvim'
}
Use :PresentStart
Command inside of a markdown file to start presenting.
Use n
, and p
to navigate markdow slides.