Hi, I had the idea of having a “pinned” state for a bullet, which means that it gets pinned to the top of the list that it is part of and always stays there regardless of new items being added to the list and how bullets are interacted with (e.g. can’t bullets above it)
I can think of many use case:
Pinning items to the top of my “Inbox”, so that they stay there whilst I keep adding new items
Pinning a “note” (I use quote type for that) as a reminder for something in a list
Pinning a “quick win of the day” buller as the permanent first item on my todo list
@ivan That’s good idea. Would you want the sort commands to sort the pinned items–keeping them at the top but sorting them A..Z or Z…A–or leave them be?
Suspect leaving them as is and not sorting should be fine. It will also be easier to implement for the team as they don’t have to worry about special case it. In theory they should be only a small number of items that sorting should be necessary for them.