PlainTasks
PlainTasks copied to clipboard
Wondering if numbered list or ids for each task item are coming up as a new feature in the upcoming releases...
All, this looks like a great product to use in Sublime. I use it as a self-contained Project management list and backlog list to self-manage my day to day dev work in Sublime, so I dont have to load a memory intensive software to do it. I already use Sublime for front end scripting.
Anyway, just wondering if you have any features coming up around , assigning ids or a numbered list undear each project. so I can reference it easily to other people like "Projext X .1.A.1. item is DONE. See below"
As of right now, I have no reference id or number for each todo item. Thanks, again, for any effort. and the product is great already. Thanks.
No, we have nothing like that coming up.
- numbered list is hard to handle, because user can easily change the order of lines: move them up and down, cut and paste — all these would demand change numbers of many items (not only moved ones, but surroundings as well), and backtrack all references for all change items; it is complicated to do and feels just wrong.
- ids would reduce readability.
If you absolutely insist on this feature, then I recommend you try to mark your items with uuids (maybe as note after task or however you see fit), and then come up with more detailed description of how this feature should be implemented in PlainTasks, or maybe even send a pull request, if you will.