toshism / org-linker

GNU General Public License v3.0
21 stars 4 forks source link

Similar function to helm-org-contacts #6

Open novoid opened 3 years ago

novoid commented 3 years ago

Hi,

I'm using https://github.com/tmalsburg/helm-org-contacts to link to contacts within one Org file since years.

I propose a new org-linker feature which replaces helm-org-contacts with one command of org-linker.

I do think of this workflow:

This way, I can quickly link contacts with back-links.

If this function is implemented that way, that an arbitrary file or an arbitrary sub-heading is used as parameter to define the scope for link targets, I do think that this function is going to be extremely versatile for many use-cases, not just linking contacts. Users might define their commands to link to headings of a specific projects, specific blog posts written within org, and so forth.

Thank you!

toshism commented 3 years ago

Let me make sure I understand the use case correctly. It sounds basically like org-super-links functionality, but with the ability to limit the search buffers to a specific buffer or heading?

novoid commented 3 years ago

Exactly.

This way, a user is able to limit the search space to a specific buffer (my contacts only) or (as the optional extension) a headings (my current project).