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
- Host: GitHub
- URL: https://github.com/JonasMuehlmann/telescope-bntp
- Owner: JonasMuehlmann
- License: mit
- Created: 2021-09-24T07:41:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T10:04:31.000Z (almost 4 years ago)
- Last Synced: 2024-11-25T01:33:08.355Z (over 1 year ago)
- Topics: bntp, lua, neovim, neovim-plugin, telescope-extension, telescope-plugin
- Language: Lua
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).