Pairwise Ranking
pendingby Santiago Garcia Acosta
O(log n) pairwise ranking insertion of items in notes.
Pairwise Ranking in Obsidian
Simple plugin for using pairwise ranking to insert items (individual lines) onto a note that works on both mobile and desktop (via command palate).
The pairwise ranking logic uses a generic O(log n) binary insertion algorithm.
This focuses on insertion not on ranking an already existing list of items, but an existing list can be used as a ranking source for new items.
Usage
- Open a note, new or existing (each line will be treated as an existing ranking)
- Open the command palate (
Ctrl/Cmd+Pon Desktop, via menu on mobile) - Search for command:
Pairwise Ranking: Add to Rankingand select it - Enter your new item in the input box and select
Add - If there are other items will present you with buttons to choose between your new item and an existing one until a ranking is determined, if no other items will just put it in the note
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.