(Un) Fold all nested tags

This tree grows fast because I create a productivity system.
For example, one of my main nested tree:

#F2F → a container for notes connected with my coworkers
#F2F/NAME/ → coworker name

#F2F/NAME/:question: → questions or issues to discuss with someone
#F2F/NAME/:eye:-> obeservation about someone
#F2F/NAME/:gear:-> task assigned for someone (without a date to be done)
#F2F/NAME/:gear:/Y/21 → task assigned for someone, to be done during a year the 21
#F2F/NAME/:gear:/M/21/01 → task assigned for someone, , to be done during a month 01 in the 21 year
#F2F/NAME/:gear:/W/21/05 → task assigned for someone, to be done during a week 05 in the 21 year
#F2F/NAME/:gear:/D/21/01/13 → task assigned for someone, to be done during in 13 day od 01 month in the 21 year
#F2F/NAME/:+1: → positive feedback
#F2F/NAME/:white_check_mark: → summary of a meeting with a coworker
#F2F/NAME/:exclamation: → corrective feedback

I am working and talking with ~100 people and this structure grow exponentially:D

I am using embedded search queries and it works fine.
I do not often use this tree but for sanity, it would be better folded.

When I add to a note this:

```query
/- (.*)#F2F/NAME/
```

I get a list of all undone thinks connected with someone

A embeded query like this:

``` query
/- #(F2F/(.))/(.)/((W/21/03))/
```

show me all issues for a Week 03 in 21 year for all my coworkers.

Queries are generated automatically by templete enginge and Calendar plugin.

Nested tags are really powerful :smiley:

2 Likes