-
Hi Thank you for your attention. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Hi, there are bookmarks which put shortcuts on the toolbar/panel. There's also an option to make a custom button using scripts - there's an example on the wiki. Finally, I have a work-in-progress making the left sidebar much more configurable, but it will take some time to release that. |
Beta Was this translation helpful? Give feedback.
-
center-pane can also be utilized(another option). here is an example for your reference, you can ignore the implementation of button function: class TGLButtonsWidget extends api.NoteContextAwareWidget {
} |
Beta Was this translation helpful? Give feedback.
-
Thank you @fooyoo for your code and tips.
Last questions (i hope ; ) ) I've been trying with the "note-detail-pane" option, but it hasn't worked. What am I doing wrong?
Thank you very much for your help. I´m learning a lot. |
Beta Was this translation helpful? Give feedback.
-
Hi @fooyoo |
Beta Was this translation helpful? Give feedback.
-
I tried again(copy/paste from last posted), still work. note that script need "JS fronted" note type and label #widget. |
Beta Was this translation helpful? Give feedback.
center-pane can also be utilized(another option). here is an example for your reference, you can ignore the implementation of button function:
``
const TPL = `
class TGLButtonsWidget extends api.NoteContextAwareWidget {
get position() { return 1; }
get parentWidget() { return 'center-pane'; }