mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 21:05:55 +01:00
widgets can have a help link with title
This commit is contained in:
@@ -6,6 +6,12 @@ import treeCache from "../services/tree_cache.js";
|
||||
class EditedNotesWidget extends StandardWidget {
|
||||
getWidgetTitle() { return "Edited notes on this day"; }
|
||||
|
||||
getHelp() {
|
||||
return {
|
||||
title: "This contains a list of notes created or updated on this day."
|
||||
};
|
||||
}
|
||||
|
||||
getMaxHeight() { return "200px"; }
|
||||
|
||||
async isEnabled() {
|
||||
|
||||
Reference in New Issue
Block a user