blakedietz / vscode-nested-tags

Stop using your file tree to organize your notes. Transform VSCode into a note-taking app by adding tag support.
MIT License
74 stars 17 forks source link

Dustinsterk feat(tagtree) go to tag references #54

Closed dustinsterk closed 4 years ago

dustinsterk commented 4 years ago

As I stated, this is not production ready as it only works for tags included in the markdown directly as per your readme example (it also treats commas as part of the text and not a separate tag):

TODO: Add processing the ',' and adding back YAML via regex processing. Also need to correct a bug where it does not jump to the line after changing files (need to double click).

dustinsterk commented 4 years ago

Going to open a different one as I have updated a few things...