Module lua.nd.telescope
Expose telescope commands to neovim, which use notitiedoos actions to gather info.
Functions
ts.live_grep () | Live grep through all zettels. |
ts.find_notes () | Fuzzyfind notes. |
ts.find_links_to () | Fuzzyfind all links to this note. |
ts.find_links_from () | Fuzzyfind all links from this note. |
ts.insert_link () | Fuzzyfind a note, then insert a link to it underneath the cursor. |
ts.find_tags () | Fuzzyfind all tags. |
ts.find_tags_in_file () | Fuzzyfind all tags in the current open file. |
Functions
- ts.live_grep ()
- Live grep through all zettels.
- ts.find_notes ()
- Fuzzyfind notes.
- ts.find_links_to ()
- Fuzzyfind all links to this note.
- ts.find_links_from ()
- Fuzzyfind all links from this note.
- ts.insert_link ()
- Fuzzyfind a note, then insert a link to it underneath the cursor.
- ts.find_tags ()
- Fuzzyfind all tags.
- ts.find_tags_in_file ()
- Fuzzyfind all tags in the current open file.