calendar widget setup

This commit is contained in:
zadam
2019-09-08 13:08:01 +02:00
parent f3955bcbdc
commit d3f2b71803
10 changed files with 83 additions and 16 deletions

View File

@@ -53,7 +53,8 @@ export default class SidebarOptions {
{name: 'noteRevisions', title: 'Note revisions'},
{name: 'whatLinksHere', title: 'What links here'},
{name: 'similarNotes', title: 'Similar notes'},
{name: 'editedNotes', title: 'Edited notes (only on day note)'}
{name: 'editedNotes', title: 'Edited notes (only on day note)'},
{name: 'calendar', title: 'Calendar (only on day note)'}
].map(widget => {
widget.option = this.parseJsonSafely(options[widget.name + 'Widget']) || {
enabled: true,