Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preview blackout or the failure to parse message #4

Open
spring-haru opened this issue Nov 21, 2024 · 0 comments
Open

Preview blackout or the failure to parse message #4

spring-haru opened this issue Nov 21, 2024 · 0 comments

Comments

@spring-haru
Copy link

spring-haru commented Nov 21, 2024

I encountered the same problem as #2.

If the following is used in yazi.toml, then nothing is shown (preview blackout)

{ mime = "text/csv", run = "miller"},

If the following is set

{ mime = "text/csv", exec = "miller"},

then the the following message pops up when I start Yazi

Failed to parse the [plugin] section in your yazi.toml

Caused by:
TOML parse error at line 243, column 1
    |
243 | [[plugin.prepend_previewers]]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
missing field `run`

Yazi 0.3.3

@spring-haru spring-haru changed the title Blackout or the failure to parse message Preview blackout or the failure to parse message Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant