Skip to content

JonasMuehlmann/telescope-bntp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

telescope-bntp

telescope.nvim finders for https://github.com/JonasMuehlmann/bntp.go

Setup

Add the following line somewhere after require('telescope').setup().

require('telescope').load_extension('bntp')

Available commands

-- List documents
:Telescope bntp documents

-- List a document's links
:Telescope bntp links

-- List a document's backlinks
:Telescope bntp backlinks

-- List a document's related pages
:Telescope bntp related_pages

-- List a document's sources
:Telescope bntp sources

Additional Mappings

documents picker: <c-l> in insert or normal mode to insert a markdown link to the selected document.

License

Copyright (C) 2021-2022 Jonas Muehlmann

The project is licensed under the terms of the MIT license, you can view it here.