Skip to content

bi0ha2ard/telescope-org_roam.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Telescope pickers for org-roam

An alternative to the built-in node finder UI.

Installation and setup

Install the plugin with your favorite plugin manager, then add the following in your telescope configuration:

require('telescope').load_extension('org_roam')

Find Nodes

Find a node and jump to it:

:Telescope org_roam find_files

Links and backlinks

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

Missing features

  • Insert node
  • Creating now nodes
  • Use the async APIs?

See also

About

telescope pickers for org-roam.nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages