trilium
trilium copied to clipboard
(Feature request) how to custom icons of nav or the sequence of left note nav column
Describe feature
hi, could you help me how to custom icons of nav or the sequence of left note nav column which in red line , could not drag icon to sort.
Hi, there's no user possibility to customize the icon order, sorry.
hope someday could custom the icon or add/remove icon in left nav.
@zomboo Add this to your theme css, this removes search,history,jumpto and map icon
body #launcher-pane .bx-search,
body #launcher-pane .bx-send,
body #launcher-pane .bx-history,
body #launcher-pane .bx-map-alt {
display: none;
}