nvim-neorg / neorg-telescope

Telescope.nvim integration for Neorg
GNU General Public License v3.0
187 stars 24 forks source link

List Backlinks to the Current File #49

Closed benlubas closed 8 months ago

benlubas commented 8 months ago

I'd like to be able to list all the links to the current file.

If we carve out an exception for relative paths it could be a really simple implementation. Either include potentially wrong relative paths, or just not include relative paths at all. That way we can just use a single rg regex I think.

Thoughts?