A SilverBullet plugin to sort bullet lists alphabetically, ignoring certain markers.
- Sorts bullet lists while preserving indentation and hierarchy.
- Ignores markers like
-,*, and+during sorting. - Supports nested lists and maintains their structure.
On SilverBullet v2, this is done by adding "github:wesleyel/silverbullet-sortbullet/sortbullet.plug.js" to the plugs array in your CONFIG page:
config.set {
plugs = {
"github:wesleyel/silverbullet-sortbullet/sortbullet.plug.js"
}
}- Select the bullet list you want to sort.
- Press
Ctrl/Cmd + /to open the command palette and run theSortBullet: Sort Listcommand. - The selected list will be sorted alphabetically.