An open API service indexing awesome lists of open source software.

https://github.com/marco-souza/present.nvim

A plugin to present markdown slides in Neovim
https://github.com/marco-souza/present.nvim

lua markdown nvim nvim-plugin slides

Last synced: 10 months ago
JSON representation

A plugin to present markdown slides in Neovim

Awesome Lists containing this project

README

          

Markdown Slide Presenter for Neovim




Install ยท
Usage




Latest release
Last commit
Latest Neovim
Made with Lua







# ๐Ÿ““ Markdown Slide Presenter for Neovim (`present.nvim`).

![image](https://github.com/user-attachments/assets/7b63763c-144e-4db6-87a5-834b8f8fb1cf)

## Features

- **Markdown to Slides**: Convert your Markdown files into slide presentations effortlessly.

## Install

```lua
-- Lazy plugin
{
"marco-souza/present.nvim",
cmd = "Present",
config = true,
},
```

## Usage

Install it with your plugin manager, then add a keymap to the following command:

```sh
:Present show
```