dotfiles/.config/yazi/plugins/mdcat.yazi/README.md
2026-04-25 16:39:11 +05:30

18 lines
334 B
Markdown

# mdcat.yazi
Preview markdown files in [yazi](https://github.com/sxyazi/yazi) with [mdcat](https://github.com/swsnr/mdcat).
Install this plugin with:
```bash
ya pack --add GrzegorzKozub/mdcat
```
Then set it up in your `yazi.toml` file by adding:
```toml
[plugin]
prepend_previewers = [
{ name = "*.md", run = "mdcat" },
]
```