Skip to content

fix(images): add svg to list of supported image types #968

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

Merged
merged 1 commit into from
Apr 21, 2025

Conversation

sillydan1
Copy link
Contributor

Summary

This PR adds svg to the list of supported image types. It seems that this was missed during the first implementation.

Before

2025-04-21-113405_hyprshot

After

2025-04-21-113444_hyprshot

Related Issues

Closes #

Changes

  • Simply added svg to the list in queries/org/images.scm.

Checklist

I confirm that I have:

  • Followed the
    Conventional Commits
    specification
    (e.g., feat: add new feature, fix: correct bug,
    docs: update documentation).
  • My PR title also follows the conventional commits specification.
  • Updated relevant documentation, if necessary.
  • Thoroughly tested my changes.
  • Added tests (if applicable) and verified existing tests pass with
    make test.
  • Checked for breaking changes and documented them, if any.

Copy link
Member

@kristijanhusak kristijanhusak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It wasn't added because it's not part of the default setup: https://github.com/folke/snacks.nvim/blob/bc0630e43be5699bb94dadc302c0d21615421d93/lua/snacks/image/init.lua#L51, but if it works, then great! Thanks!

@kristijanhusak kristijanhusak merged commit 59593cf into nvim-orgmode:master Apr 21, 2025
20 checks passed
@edpyt edpyt mentioned this pull request Apr 22, 2025
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

Successfully merging this pull request may close these issues.

2 participants