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

Images break object promotion #1666

Open
2 tasks done
finbargiusti opened this issue Mar 5, 2025 · 1 comment
Open
2 tasks done

Images break object promotion #1666

finbargiusti opened this issue Mar 5, 2025 · 1 comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@finbargiusti
Copy link

finbargiusti commented Mar 5, 2025

Prerequisites

  • I am using the latest stable release of Neovim
  • I am using the latest version of the plugin

Neovim Version

NVIM v0.10.4 Build type: Release LuaJIT 2.1.1736781742

Neorg setup

load = {
    ["core.defaults"] = {},
    ["core.keybinds"] = {
        config = {
            default_keybinds = false,
        }
    },
    ["core.dirman"] = {
        config = {
            use_popup = false,
            workspaces = workspaces,
            default_workspace = "notes",
            index = 'index.norg'
        },
    },
    ["core.dirman.utils"] = {},
    ["core.integrations.treesitter"] = {},
    ["core.highlights"] = {},
    ["core.integrations.image"] = {
        config = {
        }
    },
    ["core.latex.renderer"] = {
        config = {
            conceal = true,
            render_on_enter = false,
            debounce_ms = 2000,
            min_length=3
        }
    },
    ["core.concealer"] = {},
    ["core.completion"] = {
        config = {
            engine = "nvim-cmp"
        },
    },
    ["core.summary"] = {
        config = {
            strategy = "default"
        }
    }
}

Actual behavior

When using (neorg.promo.promote.nested) on a block that contains a
.image macro, nothing happens.

Expected behavior

The block should be promoted recursively, regardless of the image

Steps to reproduce

Have some local image and use the following norg file:

* Heading
  
   Some text

  .image ./path/to/image.png

Then, highlighting over the heading, attempt to promote using a keybind to the above mapping.

Potentially conflicting plugins

For images, I'm using the neorg integration for 3rd/image.nvim

Other information

No response

Help

Yes, but I don't know how to start. I would need guidance (check question below)

Implementation help

I'm new to this project, and I like it a lot! And I'm willing to contribute to fix this bug, but I'd like to know where to start. I know where to find the code for promo, but I'm not quite sure how the .image macro is actually handled internally, so some code pointers would help!

@finbargiusti finbargiusti added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label Mar 5, 2025
@github-project-automation github-project-automation bot moved this to added-updated-reopened in sorting neorg issue tracker Mar 5, 2025
@finbargiusti
Copy link
Author

finbargiusti commented Mar 5, 2025

As a note, maybe it would be best to merge that .image macro into the preexisting @image tag?
For example, one could add an optional parameter after @image that passes the path
to the local file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.
Projects
None yet
Development

No branches or pull requests

1 participant