nvim-orgmode / orgmode

Orgmode clone written in Lua for Neovim 0.9+.
https://nvim-orgmode.github.io/
MIT License
3.03k stars 134 forks source link

Telescope support #386

Closed tott closed 8 months ago

tott commented 2 years ago

Does this feature exist in Emacs orgmode core?

N/A

Orgmode link

First off - I love the plugin and just switched over to it after using todotxt for a long time.

While the plugin does everything i need I'm wondering if there are any plans or existing implementations for better telescope support. For example when refiling it would be great to have the suggestions populate through telescope and have them easily be selectable.

I know that it all can be coded through the available APIs but wondering if there are any existing community implementations or plans to get this and other support into the plugin.

Feature value

Enhanced productivity and speed as well as ease of use

Additional context

No response

jgollenz commented 2 years ago

I'm not aware of any existing plugins or plans. But I agree, it sounds worthwhile to add support for telescope. Do you mind adding a list of all the places you think it would be beneficial?

tott commented 2 years ago

Sure thing - here are some suggestions

ray-x commented 1 year ago

May not be telescope, one idea I have is using vim.ui.input/vim.ui.select and hook 3rd UI (telescope, nui etc) so user can select the target. Also there is a telescope plugin : https://github.com/joaomsa/telescope-orgmode.nvim

lyz-code commented 9 months ago

The plugin suggested by @ray-x is not maintained. I've opened several issues and PR without answer, and for me is currently broken for the latest version of orgmode :(

Trying to fix it right now without any lua knowledge (╥﹏╥)

lyz-code commented 9 months ago

I managed to make it work in my fork in case anyone is interested

kristijanhusak commented 8 months ago

I would suggest to open up suggestions/PRs on https://github.com/lyz-code/telescope-orgmode.nvim since this will not be implemented here.