You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: