vscode-nested-tags icon indicating copy to clipboard operation
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.

Results 54 vscode-nested-tags issues
Sort by recently updated
recently updated
newest added

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'....

bug

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...

enhancement
help wanted

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....