added "edited notes on date" widget

This commit is contained in:
zadam
2019-09-07 10:11:59 +02:00
parent e828ef370d
commit b069436039
10 changed files with 89 additions and 5 deletions

View File

@@ -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,