imdone icon indicating copy to clipboard operation
imdone copied to clipboard

Shift click to filter multiple meta data and tags

Open clemens-holleis opened this issue 4 years ago • 1 comments

Hi, it would be great if we could shift-click a tag, meta-data, date (... etc.) and it gets added to the filter query with an and to refine it.

In my case I want to have a weekly task list. I give cards a meta tag for the week cw:2021-04 and a tag for the day of the week day:Mo.

When I click the 2021-04 label in a card all the tasks for this week gets filtered. To see all cards for one day I have to add and allMeta.day = "Mo" to the filter box manually. It would be great if I could just shift click the other label to add it with an and to the filter. A Normal click should still overwrite the current filter.

cheers, clemens

clemens-holleis avatar Jan 25 '21 07:01 clemens-holleis

I like this idea! Maybe even add a keyboard shortcut that detects the available metadata/tags within the card, then presents a list to the user to toggle. Something like this:

  • [ ] tag-foo: 1 "pressing 1 would toggle this tag filter"
  • [x] tag-bar: 2 "pressing 2 would toggle this tag filter" Then press enter to activate the filter.

jtmusky avatar Feb 16 '21 23:02 jtmusky