alphapapa / org-sidebar

A helpful sidebar for Org mode
GNU General Public License v3.0
527 stars 16 forks source link

Add a variable to customise which sorts of links get searched for with `org-sidebar-backlinks` #27

Closed spacekitteh closed 3 years ago

spacekitteh commented 4 years ago

As an avid user of org-brain, I'd very much like the ability for org-sidebar-backlinks to display various link types in addition to just id:.

alphapapa commented 4 years ago

Implementing that functionality would require much more than a variable. It would require implementing what org-brain implements, i.e. maintaining a database of links between entries and a way to query it.

Since org-brain provides that functionality, why are you seeking it here?