An open API service indexing awesome lists of open source software.

https://github.com/JonasMuehlmann/telescope-bntp

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

bntp lua neovim neovim-plugin telescope-extension telescope-plugin

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

# Setup

Add the following line somewhere after `require('telescope').setup()`.
```lua
require('telescope').load_extension('bntp')
```

# Available commands

```vim
-- 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: `` in insert or normal mode to insert a `markdown` link to the selected document.

## License
Copyright (C) 2021-2022 [Jonas Muehlmann](https://github.com/JonasMuehlmann)

The project is licensed under the terms of the MIT license, you can view it [here](LICENSE.md).