-
Notifications
You must be signed in to change notification settings - Fork 389
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
feat: support customizable alignment for image display #1897
base: main
Are you sure you want to change the base?
Conversation
Thanks for the PR! Could you please just change the key parts and pull out the refactoring into a new PR? That would make the review a bit easier. |
Exposing `image_area` separately allows future Lua integration to handle image placement more flexibly, without needing to invoke full rendering. This change promotes modularity and simplifies obtaining image dimensions alone. This refactor provides the foundation for feature PR sxyazi#1897, preparing for easier integration.
2fad7d8
to
37a19b6
Compare
This PR currently introduces the ability to customize the alignment for image display by adding a third parameter to the
Next StepsOpen to feedback on improving specific implementation details or considering alternative approaches. |
f2e33da
to
c65bdb3
Compare
f96929b
to
0f9a319
Compare
This is an attempt to provide a possible solution to #1141.
yazi.toml
for setting preferred image alignment, which plugin developers can optionally respect.PREVIEW.alignment
for aligned image display.It appears to work well overall, though some aspects remain unclear:
serde
align with usual practices?