You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pinned items currently maintain a fixed order based on when they were pinned. If a pinned item is lost (which I've encountered occasionally — possibly due to history pruning or some edge case) and re-added, it always goes to the bottom. There's no way to reorder pins manually, which makes it difficult to keep them organized in a meaningful way.
Proposal 1: Allow reordering of pinned items
Support drag-and-drop or move-up/move-down actions for pinned items. This would let users maintain a logical ordering — for example, keeping the most frequently used pins at the top, or grouping related items together by position.
Proposal 2: Tags or groups for pinned items
Beyond reordering, it would be very useful to assign a tag or group label to each pinned item. This would allow users who pin items for different contexts (e.g. "work", "personal", "code snippets", "signatures") to organize and locate them quickly — especially as the number of pinned items grows.
This could manifest as a simple text label shown as an additional column or section header in the pins list, and could also serve as a filter/search dimension.
Use case
I rely on pinned items as a lightweight snippet library — canned replies, frequently used URLs, code fragments, etc. Without ordering or grouping, the list becomes unwieldy once you have more than a handful of pins, and the value of pinning diminishes.
I understand there's similar requests for reordering, but the feature never gets implemented I guess? (#342)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Pinned items currently maintain a fixed order based on when they were pinned. If a pinned item is lost (which I've encountered occasionally — possibly due to history pruning or some edge case) and re-added, it always goes to the bottom. There's no way to reorder pins manually, which makes it difficult to keep them organized in a meaningful way.
Proposal 1: Allow reordering of pinned items
Support drag-and-drop or move-up/move-down actions for pinned items. This would let users maintain a logical ordering — for example, keeping the most frequently used pins at the top, or grouping related items together by position.
Proposal 2: Tags or groups for pinned items
Beyond reordering, it would be very useful to assign a tag or group label to each pinned item. This would allow users who pin items for different contexts (e.g. "work", "personal", "code snippets", "signatures") to organize and locate them quickly — especially as the number of pinned items grows.
This could manifest as a simple text label shown as an additional column or section header in the pins list, and could also serve as a filter/search dimension.
Use case
I rely on pinned items as a lightweight snippet library — canned replies, frequently used URLs, code fragments, etc. Without ordering or grouping, the list becomes unwieldy once you have more than a handful of pins, and the value of pinning diminishes.
I understand there's similar requests for reordering, but the feature never gets implemented I guess? (#342)
Beta Was this translation helpful? Give feedback.
All reactions