Replies: 2 comments 1 reply
-
Hi, very soon to be released 0.48 version changes completely the design and the top bar is mostly moved to the left side and contains icons only without text. There is a way to add custom buttons with a script note: api.addButtonToToolbar({
title: 'My note',
icon: 'calendar-alt', // box icon name
action: () => api.activateNote('0I9beeqiAQBU') // argument is target noteId
}); Some details are here: https://github.com/zadam/trilium/wiki/Scripts However this is quite cumbersome and some better support is planned, but not implemented yet. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer, i'm already using couple of buttons (Today + one of my favourite notes), but space are limited so I'm asking about some kind of menu like in "Recent changes" |
Beta Was this translation helpful? Give feedback.
-
Is it possible to create a menu (list of notes) like one that shows on "Recent Changes" button? May be nice way to organize "shortcuts" for favorite notes and and dont clutter the limited space on the top panel.
And side question may be "how to hide text on buttons, show only icons" but its probably better for issues then discussions..
Beta Was this translation helpful? Give feedback.
All reactions