Replies: 2 comments
-
Textredux has a fuzzy search list. How do you get your markdown wiki links? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just to answer my own question, this is a fish shell function that achieves what I want:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need filename completion, ideally with fuzzy matching, for markdown wiki-links.
Every attempt to use a markdown lsp with textadept has failed. So I'm now thinking that doing something simpler, like using fzf to copy a filename into the clipboard and pasting it on the textadept buffer, would be easier.
Example of integration doing this in vim:
junegunn/fzf.vim#772
Is there an easy way to do this in textadept? for the curses version, it could be as easy as sending it to background, calling fzf, and pasting the resulting filename in the open buffer? Ideally working on both gui and curses version, but curses would be ennough.
Beta Was this translation helpful? Give feedback.
All reactions