Replies: 1 comment
-
Ignore the above post. With #374 (comment) you can open the backlinks with telescope. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I jump between notes, I like to see the backlinks for the current note. Here are simple user commands that enable/disable auto updates for the backlink window.
Just call
:ObsidianAutoUpdateBacklinks
to enable it and:ObsidianAutoUpdateBacklinksDisable
to disable it.You might want to turn down the
log_level
as it islog_level = vim.log.levels.INFO
by default.Beta Was this translation helpful? Give feedback.
All reactions