947 B
947 B
krita-preview.yazi
A Yazi plugin to preview Krita's .kra and .kra~ files.
Tip
Krita's thumbnails are limited to 256x256 pixels. zoom.yazi can help increase the size, but won't change the resolution.
Requirements
Either unzip or 7z need to be installed and available in the PATH.
Installation
ya pkg add walldmtd/krita-preview
Usage
Add this to yazi.toml:
[plugin]
prepend_preloaders = [
{ name = "*.kra", run = "krita-preview" },
{ name = "*.kra~", run = "krita-preview" },
]
prepend_previewers = [
{ name = "*.kra", run = "krita-preview" },
{ name = "*.kra~", run = "krita-preview" },
]
Acknowledgements
- Yazi, for magick.lua (used as a base for this plugin)