Telescope pickers for org-roam
An alternative to the built-in node finder UI.
Install the plugin with your favorite plugin manager, then add the following in your telescope configuration:
require('telescope').load_extension('org_roam')
Find a node and jump to it:
:Telescope org_roam find_files
Outgoing links (indicated with ->
):
:Telescope org_roam links
Backlinks (indicated with <-
):
:Telescope org_roam links backlinks=true
Both:
:Telescope org_roam links links=true backlinks=true
- Insert node
- Creating now nodes
- Use the async APIs?