-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Collect by date under header #116
Comments
I was going to submit an issue to request almost this. Great plugin by the way !!! |
Date of collection or date of marked task? (date of collection would apply for tasks not marked with a datestamp?) |
date of collection is what i'd think is the way tom do this. |
I would have grouped by date of completion. If you explain your reasoning I would appreciate it :) |
since i use the tasks plugin, each item already has a completion date. i can get items that are done displayed and sorted by done date using tasks queries. and the developer of tasks is adding new statuses and so I can query and display using dates and statuses. The thing I can't get from tasks is the date collected. |
Interesting. How is the date connected important? I would guess it's just
for "cleanup" purposes not for actual task management since it's their
individual completion date that is important. Further more, while using the
task collector, ton can't use other sorting/grouping than that of the
collector so you can't use any dataview type queries so the collector would
need to self sufficient.. I don't see how a collection date is relevant .
…On Tue, Jan 24, 2023, 17:05 pcause ***@***.***> wrote:
since i use the tasks plugin, each item already has a completion date. i
can get items that are done displayed and sorted by done date using tasks
queries. and the developer of tasks is adding new statuses and so I can
query and display using dates and statuses.
The thing I can't get from tasks is the date collected.
—
Reply to this email directly, view it on GitHub
<#116 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACP6EXZBZTCFQQUPRIICS6TWT74T5ANCNFSM6AAAAAAT6EOHPE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I have a lurking bug in collection that I just noticed (I don't know how to reproduce it).. so it will take me a bit to get to this one, but I was pretty sure I heard two very different requests here, so I wanted to be sure ;) Grouping by collection date is easy (as that's insert a timestamp at the top of the block I moved), grouping by completed date is harder, as that is a much more intensive reshuffle of file contents. The bug I have is related to nested items in a list, which is where things get awkward. I will probably have to reorganize the doc into an AST of some kind. |
yes, think you heard 2 different requests as you describe |
I'd like to have an ability to put a header under the specified collection header for the date the collection is dome and then under there the collected tasks. Each new date headed gets appended to the end of the section (or maybe an option to be head/end). So, perhaps it looks like:
The text was updated successfully, but these errors were encountered: