Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering enhancement #105

Open
pitecantropo opened this issue Feb 15, 2023 · 0 comments
Open

Filtering enhancement #105

pitecantropo opened this issue Feb 15, 2023 · 0 comments

Comments

@pitecantropo
Copy link

Not sure how feasible this is, but here goes.

Would be really nice (and useful i think) if you could drill down on filtering.

Say you had the text below and wanted to filter by "#One_Project"+"#Completed".
If you did that you still see rendered the entry for "Another_project" because it has the #Completed tag, though it doesn't fulfil both filtering conditions.

title: test
//TAGS

#One_Project
#Completed
#Another_Project
#Ongoing
#Failed

group One_Project #One_Project
2023-02-01/2023-02-03: One_Project_task_1 #One_Project #Completed
2023-02-02/2023-02-05: One_Project_task_2 #One_Project #Completed
2023-02-06/2023-02-19: One_Project_task_3 #One_Project #Ongoing
endGroup

group Another_Project #Another_Project
2023-02-04/2023-02-13: Another_Project_task_1 #Another_Project #Completed
2023-02-15/2023-03-25: Another_Project_task_1 #Another_Project #Ongoing
endGroup

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant