mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
widgets can have a help link with title
This commit is contained in:
@@ -6,6 +6,12 @@ class WhatLinksHereWidget extends StandardWidget {
|
||||
|
||||
getMaxHeight() { return "200px"; }
|
||||
|
||||
getHelp() {
|
||||
return {
|
||||
title: "This list contains all notes which link to this note through links and relations."
|
||||
};
|
||||
}
|
||||
|
||||
getHeaderActions() {
|
||||
const $showFullButton = $("<a>").append("show link map").addClass('widget-header-action');
|
||||
$showFullButton.click(async () => {
|
||||
|
||||
Reference in New Issue
Block a user