Preserve original Sorting from Todolist
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 204
- Forks
- 82
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe.
atb changes sorting of todos - there is no way to just use my order that I intentionally made (I guess it's choosing duration if no priority is given and then alphabetically?).
Describe the solution you'd like
I want atb to reflect my order of todos (maybe add an option to use custom sorting / original sorting of todos)
Describe alternatives you've considered
Tried to use priorities but that adds more work and makes quick changes to my todolist tedious
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the atb plugin's current todo-sorting entry point and inspect how duration, priority, and alphabetical ordering are selected. Done means users can choose an original/custom sorting mode that preserves the order of todos in their Todolist without requiring priorities.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100