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

Multi-filter todos #85

Open
thombruce opened this issue Jun 15, 2023 · 0 comments
Open

Multi-filter todos #85

thombruce opened this issue Jun 15, 2023 · 0 comments
Labels
type: enhancement New feature or request

Comments

@thombruce
Copy link
Owner

At present we have these routes that individually filter todos by...

  • /x - done
  • /!x - open
  • /@context - context
  • /+project - project
  • /(A) - priority

What I have in mind for the future is to be able to combine these, such that a route like say...

/!x/(A)/+project/@context

...could be used to filter for todos that are not done, that are priority A, that have a +project tag and a @context tag. (Project and context URL parts should be repeatable...)


More broadly than being just a URL thing, we should able to infer these filter terms from the MultiBar.

@thombruce thombruce added the type: enhancement New feature or request label Jun 15, 2023
@github-project-automation github-project-automation bot moved this to Todo in Toodles Jun 15, 2023
@thombruce thombruce assigned thombruce and unassigned thombruce Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant