trilium icon indicating copy to clipboard operation
trilium copied to clipboard

(Feature request) how to custom icons of nav or the sequence of left note nav column

Open zomboo opened this issue 2 years ago • 3 comments

Describe feature

2022-05-28 222610 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.

zomboo avatar May 28 '22 14:05 zomboo

Hi, there's no user possibility to customize the icon order, sorry.

zadam avatar May 29 '22 11:05 zadam

hope someday could custom the icon or add/remove icon in left nav.

zomboo avatar May 29 '22 12:05 zomboo

@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;
}

gao-feng avatar Jun 16 '22 11:06 gao-feng