mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +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 SimilarNotesWidget extends StandardWidget {
|
||||
getWidgetTitle() { return "Similar notes"; }
|
||||
|
||||
getHelp() {
|
||||
return {
|
||||
title: "This list contains notes which might be similar to the current note based on textual similarity of note title."
|
||||
};
|
||||
}
|
||||
|
||||
getMaxHeight() { return "200px"; }
|
||||
|
||||
async doRenderBody() {
|
||||
|
||||
Reference in New Issue
Block a user