Use docx2txt to preview DOCX files in yazi.
- docx2txt - It's probably available in your package manager.
- yazi version 0.4
Install with:
ya pack -a lpanebr/yazi-plugins:docx-preview
and enable by adding it to your yazi.toml
config file:
[plugin]
prepend_previewers = [
{ name = "*.docx", run = "docx-preview" },
]
- This plugin was derived from miller.yazi.
- Tested only with yazi version 0.4.3