patleeman / VSNotes

Simple VS Code extension for plain text note taking.
https://marketplace.visualstudio.com/items?itemName=patricklee.vsnotes
MIT License
174 stars 34 forks source link

Feature request: tag hierarchy #91

Open pchampin opened 3 years ago

pchampin commented 3 years ago

I would be nice if the Tags list could have a hierarchical structure, based on naming conventions in tags. For example

---
tags:
    - Project A:WP1
    - Project A:WP2
---

currently appears as

🏷 Project A:WP1
🏷 Project A:WP2

but it would be nice to display it like:

🏷 Project A
    🏷 WP1
    🏷 WP2
pchampin commented 3 years ago

Comments: