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
- Host: GitHub
- URL: https://github.com/marco-souza/present.nvim
- Owner: marco-souza
- Created: 2025-04-14T20:02:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T22:00:03.000Z (10 months ago)
- Last Synced: 2025-04-14T22:32:56.794Z (10 months ago)
- Topics: lua, markdown, nvim, nvim-plugin, slides
- Language: Lua
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Markdown Slide Presenter for Neovim
# ๐ Markdown Slide Presenter for Neovim (`present.nvim`).

## 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
```