vscode-nested-tags
vscode-nested-tags copied to clipboard
Stop using your file tree to organize your notes. Transform VSCode into a note-taking app by adding tag support.
From clicking on the file, go to each of the occurrences of a tag in the file.
When typing a lot of tags out, I seem to be getting this error for the currently released project at v1.0.1. ``` Cannot destructure property `displayName` of 'undefined' or 'null'....
Issue #19 and relevant changes add in the relative path to the "Tag Tree" filename. I'm not suggesting to undo this, but can there be an option to not have...
## Background One of the main advantages of nested tags is that you can group related files together as long as they have tags that share a common ancestor. Take...
Would be nice to have an add tag to document command.
Add some sort of + click option to click on tag text in documents to open them in the tag tree.
Would be interesting to record viewing usage to keep track of the most important nodes over time.
- [ ] .github/CONTRIBUTING.md - [ ] .github/PULL_REQUEST_TEMPLATE.md - [ ] .github/ISSUE_TEMPLATE.md - [ ] .github/CODEOWNERS.md
The "Tag Tree" area is showing the error: > There is no data provider registered that can provide view data. My steps: 1. Installed the extension, and reloaded VSCode. 2....