mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
added "edited notes on date" widget
This commit is contained in:
@@ -52,7 +52,8 @@ export default class SidebarOptions {
|
||||
{name: 'noteInfo', title: 'Note info'},
|
||||
{name: 'noteRevisions', title: 'Note revisions'},
|
||||
{name: 'whatLinksHere', title: 'What links here'},
|
||||
{name: 'similarNotes', title: 'Similar notes'}
|
||||
{name: 'similarNotes', title: 'Similar notes'},
|
||||
{name: 'editedNotes', title: 'Edited notes (only on day note)'}
|
||||
].map(widget => {
|
||||
widget.option = this.parseJsonSafely(options[widget.name + 'Widget']) || {
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user