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

I set up the Nested tags. What should I do next? Describe at least a couple of examples.

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.16.2 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 16.0.0-beta.39 to 17.2.3. Release notes Sourced from semantic-release's releases. v17.2.3 17.2.3 (2020-11-16) Bug Fixes mask secrets when characters get uri encoded (ca90b34) v17.2.2 17.2.2 (2020-10-29) Bug Fixes...

dependencies

Had a discussion with @captchrisd and he mentioned that it would be helpful to have a way to aggregate tasks across tags. So for file 1 ```markdown - [ ]...

enhancement

It would be great if there is a function to exclude some files with matching file names

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.14.6. Release notes Sourced from npm's releases. v6.14.6 6.14.6 (2020-07-07) BUG FIXES a9857b8f6 chore: remove auth info from logs (@claudiahdz) b7ad77598 #1416 fix: wrong npm...

dependencies

It would be nice to be able to drag and drop tags which would in turn be reflected in the filesystem as well. This would make organizing really easy.

enhancement

This seems like it would be a great way to visualize some connections to documents. https://blog.nuclino.com/why-nasa-converted-its-lessons-learned-database-into-a-knowledge-graph

enhancement

Are there any ideas how files could be parsed to find tags that follow some syntax (for example `#aaa`, `+bbb`, `@ccc` and add them into the YAML header if not...