nvim-neorg / neorg-telescope

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

fix: backlink search issues #64

Closed benlubas closed 4 months ago

benlubas commented 4 months ago

A while ago the PR that switched to Pathlib broke back link searches--it was searching for files with .norg on the end.

Also fixes long standing issue where we couldn't search for ** heading (like) this b/c the () weren't properly escaped.