lukesmurray / linked-notes-vscode

vscode extension for taken Zettelkasten inspired markdown notes.
https://marketplace.visualstudio.com/items?itemName=lukesmurray.linked-notes-vscode
0 stars 0 forks source link

fix autocomplete not dropping down on [[ #9

Closed lukesmurray closed 4 years ago

lukesmurray commented 4 years ago

this is occuring because of the debounce on the syntax tree. and [[]] is not a wikilink. Must have one character. The solution is either provide a different autocomplete mechanism for example z/ or allow for autocomplete without having the current syntax tree available.