A telescope extension to toggle todo items in notes from the telekasten.nvim home directory.
Install telekasten.nvim and its dependencies. Add the repository line to your package manager e.g. packer and sync
use({"tarting/tktodo.nvim"})
Add the following to your telekasten or telescope config.
require('telescope').load_extension('tktodo')
vim.keymap.set('n', '<leader>zT', require('telescope').extensions.tktodo.todo(), {})