obsidian-jump-to-link icon indicating copy to clipboard operation
obsidian-jump-to-link copied to clipboard

Jump to anywhere limited

Open jin-ahn opened this issue 2 years ago • 4 comments

If there are too many words on the screen I only get short cuts for words on the top half and nothing for the bottom half. Is this expected and just a limitation of too many words? image

jin-ahn avatar Feb 23 '23 07:02 jin-ahn

@jin-ahn Try to increase the count of usable letters in settings. It should minimize the problem.

image

A better idea is to allow switching groups as done in vim plugins. But it needs to be implemented. So PR is always welcome!

mrjackphil avatar Feb 27 '23 06:02 mrjackphil

@jin-ahn did letters increasement enough for you? I think I'll let this issue to stay open. Maybe, one day, I'll have some time to implement switching groups.

mrjackphil avatar Aug 04 '23 06:08 mrjackphil

I was thinking of writing something that could generate link hints of arbitrary length, while still giving shorter hints to links close to the cursor. Is that what you meant by switching groups? Or would you be able to give an example of a vim plugin that does that?

VoidAwake avatar Feb 09 '24 04:02 VoidAwake

I was thinking of writing something that could generate link hints of arbitrary length, while still giving shorter hints to links close to the cursor. Is that what you meant by switching groups? Or would you be able to give an example of a vim plugin that does that?

There are different approaches:

When I wrote the comment I thought about implementation as in Leap. So it'll:

  • mark first group of matches by labels
  • if there are not enough labels, user presses space so plugin marks second group of matches

But it was a first thought, so you might come up with a better of different solution.

mrjackphil avatar Feb 09 '24 06:02 mrjackphil