Nathan Braun
Nathan Braun
@ahillio as a former taskwiki user, i would really like this too, i think it's be super valuable — did you ever get anything working?
What I'd personally really like is the ability to query files by vimwiki tag (with the `:tag1:tag2:` format). Then we could do something like: `## Book to Read | (+history...
I don't actually use tags at all at the moment, I was looking into them to see if they'd be an option for what I'm looking to do. I tend...
I'd like this same feature, except I don't think the picker should start with "a topic" prefilled, as it's easy to insert a link right now with its current title....
> This seems to work well so far: https://github.com/bmihai/nanootl @braham-snyder it looks like it requires its own filetype, have you successfully used it with a markdown or another filetype?
Same here. I installed `six` and am now getting the error message about `name 'cache' is not defined`.
I have [[ mapped to open up the file picker, where I can pick a note. When I do a link is inserted with the note title as text. See...
I use telescope and haven't run across that issue. Maybe try that? It's really quite good; no complaints at all.
No but if I had to guess I bet it's something related to link structure, I'm doing it pretty manually, i.e. in this line: ``` local nline = line:sub(0, pos)...
I went back and played with this some more. I was able to come up with some code that does what I wanted, e.g. let's you highlight some text and...