Closed aleith closed 1 month ago
FWIW TaskPaper app also has this, which is what I use for my work todo lists.
FWIW TaskPaper app also has this, which is what I use for my work todo lists.
thx but i need iPhone syncing with whatever Notes apps i'm using. stick with Apple Notes for checklists i guess. would rather have a single platform for everything.
Sort any given To Do list based on checkmark status (discrete sorting of individual lists, not all lists) It might be easiest to describe this feature in terms of the Apple Notes feature it resembles. (I looked for an existing FSNotes FR but couldn't find one).
Previously, Notes just had the Settings option to "Automatically sort ticked items" (to the bottom of a list). I disliked this for interacting with long shopping lists on my iPhone so had it disabled all the time. (if you accidentally check the wrote item its a pain to find it again in a long list)
Occasionally I do want to sort a list by
checked
status. Which is where this menu items come in handy.It simply moves all the checked/ticked items to the bottom of the list. The cursor must be located in the list to enable the menu items.
Additional context For macOS this would require the addition of a menu item to the Format menu (i.e.
Format Menu > Move Ticked to Bottom
).For iOS/iPadOS it would require the edition of a
Move Ticked to Bottom
item to the Format submenu in the contextual menu that comes up when text is highlighted.Implementation details:
Delete Ticked
,Tick all
andUntick All
would be “nice to have” but are unnecessary to enable this FR.Move List Item
submenu ie.Up
andDown
.