feat: option to display as table #1088
Replies: 6 comments 12 replies
-
Thank you for logging this. I could have sworn that it was logged already, but must have imagined it, as I can't find any relevant Discussions. |
Beta Was this translation helpful? Give feedback.
-
show as {list, table} {full, includes, excludes} {due, scheduled, repeats, status, filename, description, priority..} list (default) gives what we have today, table creates a table the default list of fields would be the task line items displayed today. So while we can query for filepath it wouldn't be a default field displayed but could be displayed in a query examples: If you use the popup and fill out all the fields this is the todo you get:
no show as clause - what we have today show as table: | Status | Description | Priority | Recurs | Start | Scheduled | Due | show as table full gives the above show as table exclude priority starts recurs | Status | Description | Scheduled | Due | show as list exclude priority starts recurs
show as table exclude priority starts recurs includes path | Status | Description | Scheduled | Due | Path show as list exclude priority starts recurs includes path
|
Beta Was this translation helpful? Give feedback.
-
I would love a feature like this. I was looking for a solution (e.g. here), but I could not edit/mark as complete the tasks in place. Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
+1 for this, I find the current layout completely visually overwhelming - I still need to see the dates but I'd love to be able to see them in a nice simple table! :) |
Beta Was this translation helpful? Give feedback.
-
Would love this ! (already voted) |
Beta Was this translation helpful? Give feedback.
-
This would be one of the most useful features, with sortable table plugin. I briefly looked into the code and it seems the difficulty is in the render part of the code. Currently tasks are rendered in a That said, I really hope to see this one day. |
Beta Was this translation helpful? Give feedback.
-
Hi, firstly thanks for making this really awesome plugin!
I'd really like to have to option to display task queries as a table instead of a list.
E.g. right now I might have a task list like this
![image](https://user-images.githubusercontent.com/18281364/187604712-33100501-fc5c-4622-9d43-842eb00e7194.png)
And I'd like to be able to display the same information like (something like) this
![image](https://user-images.githubusercontent.com/18281364/187604830-a6ef746f-2569-40c3-bb21-c75816a31359.png)
(preferably the dates wouldn't have text wrapping like they do in my screenshot!)
Recently my task list has started to grow, and I think having a table display would really help me make sense of it / skim it easily. I imagine some other people might find this to be a nice feature too.
Hope that makes sense!
Beta Was this translation helpful? Give feedback.
All reactions