While SilverBullet is not a “proper” outliner like e.g. LogSeq, it does offer a useful commands to manage outlines.
An outline is simply a (nested) bulleted list, for instance:
SilverBullet offers a number of Outline
commands to make manipulating such outlines easier, they are:
Outline: Move Up
(Alt-ArrowUp
): moves the current item and its children upOutline: Move Down
(Alt-ArrowDown
): moves the current item and its children downOutline: Move Right
(Alt->
): indents the current item and its children one level deeperOutline: Move Left
(Alt-<
): outdents the current item and its children one level higherAnd for folding outlines:
Outline: Fold
(Ctrl-Alt-[
): folds the current item’s childrenOutline: Unfold
(Ctrl-Alt-]
): unfolds the current item’s childrenOutline: Toggle Fold
(Ctrl-Shift-f
): toggles the current item’s fold stateOutline: Fold All
(Ctrl-Alt-Shift-[
): folds all sections in the entire pageOutline: Unfold All
(Ctrl-Alt-Shift-]
): unfolds all sections in the entire page