Skip to content

How about this? How to specify sorting for items not driven by bookmarks order? #134

Answered by SebastianMC
lpaiu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lpaiu

technically, the custom-sort plugin is driven by textual sorting specifications.
The bookmarks integration is no exception from that rule. However, in this specific case, the textual sorting specification is created and consumed on-the-fly, automatically. That's why from the user perspective it behaves like config-free sorting.

Knowing the above technical aspect you can easily manipulate the sorting and change or extend it beyond the default behavior, if you are not discouraged by the need to write and modify the textual sorting specification by yourself.

The starting point is the sorting configuration injected on-the-fly if bookmarks integration is enabled in settings:

---
sort…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lpaiu
Comment options

Answer selected by SebastianMC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #117 on February 22, 2024 16:22.