Plugin for Yazi to preview libreoffice writer (.odt) files with odt2txt.
This plugin is a only minimal changed copy of glow.yazi.
To install, clone the repo inside your ~/.config/yazi/plugins/
~/.config/yazi/plugins/
:
git clone https://github.com:cschult/odt.yazi.git
or install with ya:
ya pack --add cschult/odt
then include it in your yazi.toml
to use:
[plugin]
prepend_previewers = [
{ mime = "application/vnd.oasis.opendocument.text", run = "odt" },
]