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

https://github.com/mr-destructive/markrunner.nvim

Run markdown fenced codeblocks from neovim
https://github.com/mr-destructive/markrunner.nvim

Last synced: about 1 year ago
JSON representation

Run markdown fenced codeblocks from neovim

Awesome Lists containing this project

README

          

## Markrunner

Markrunner is a neovim plugin for running markdown fenced code blocks as scripts.

## Installation

```lua
use('mr-destructive/markrunner.nvim')
```

## Usage

![Markrunner Demonstration](https://res.cloudinary.com/techstructive-blog/image/upload/v1664111407/blog-media/markrunner_demo.gif)

Select the fenced code blocks including the backticks at the start and end, simply press `md` and it will run the snippet for you in the terminal.

## Language Support

- Python
- Golang
- Lua
- Bash
- Javascript (Node.js)

## TODO

- Compiled Language Support(c/cpp, java)
- Floating Terminal
- Documentation