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

mdcat.yazi

Preview markdown files in yazi with mdcat.

Install this plugin with:

ya pack --add GrzegorzKozub/mdcat

Then set it up in your yazi.toml file by adding:

[plugin]
prepend_previewers = [
  { name = "*.md", run = "mdcat" },
]