mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
sorting of widgets
This commit is contained in:
@@ -4,9 +4,9 @@ import server from "../services/server.js";
|
||||
import treeCache from "../services/tree_cache.js";
|
||||
|
||||
export default class EditedNotesWidget extends CollapsibleWidget {
|
||||
getWidgetTitle() { return "Edited notes on this day"; }
|
||||
get widgetTitle() { return "Edited notes on this day"; }
|
||||
|
||||
getHelp() {
|
||||
get help() {
|
||||
return {
|
||||
title: "This contains a list of notes created or updated on this day."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user