You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might also be worth considering having an option to filter solely on the lanes. in which case, in my example above I could have replaced :match "project" with :match_lanes t; and if :match_lanes nil was set there would be some catchall lane for those items that exist but don't fall into a lane.
Thanks for the feature request.
At the moment this is not possible, and I think this might add too much features into the tables, especially because each lane would make up a new row, with individual separators.
In theory you could create a new table for each lane, but then you would loose the nice overview.
It might be possible to iterate over all the lanes, filter on them together with match (i guess the things should be and'ed) and then concatenate them all in a big table.
Not sure when I will come around to implement that.
First I'd like to say I really like this project and I wish I knew more about emacs/lisp development so I could contribute.
I think it would be really helpful add the ability to create swimlanes in the table based upon item tags. An example might look something like this:
It might also be worth considering having an option to filter solely on the lanes. in which case, in my example above I could have replaced
:match "project"
with:match_lanes t
; and if:match_lanes nil
was set there would be some catchall lane for those items that exist but don't fall into a lane.The text was updated successfully, but these errors were encountered: