nvim-orgmode / telescope-orgmode.nvim

Neovim plugin. Telescope.nvim extension that adds orgmode.nvim integration.
MIT License
10 stars 5 forks source link

Insert link #16

Closed seflue closed 3 months ago

seflue commented 3 months ago

This feature relies on a refactoring proposed in PR #15. @lyz-code After that PR has been merged, I would rebase the current one, which consists actually only of one commit and only adds code.

seflue commented 3 months ago

@lyz-code This feature uses an API extension proposed in PR #731 in nvim-orgmode. It does not break existing functionality, but as soon as a user creates a mapping and triggers it (or trys to run the Telescope extension with :Telescope insert_link he will get an error as long as nvim-orgmode has not been updated.

You can try it out on your machine by cloning my fork of nvim-orgmode.

lyz-code commented 3 months ago

@seflue the PR is merged, you can now refactor

seflue commented 3 months ago

I rebased the PR and added some documentation. @lyz-code Can you please merge, because PR #731 in nvim-orgmode also has been merged, so everything should work now.