basic implementation of "similar notes" widget

This commit is contained in:
zadam
2019-09-01 08:58:13 +02:00
parent bf5a31dcdb
commit 7c60080772
8 changed files with 71 additions and 3 deletions

View File

@@ -51,7 +51,8 @@ export default class SidebarOptions {
{name: 'linkMap', title: 'Link map'},
{name: 'noteInfo', title: 'Note info'},
{name: 'noteRevisions', title: 'Note revisions'},
{name: 'whatLinksHere', title: 'What links here'}
{name: 'whatLinksHere', title: 'What links here'},
{name: 'similarNotes', title: 'Similar notes'}
].map(widget => {
widget.option = this.parseJsonSafely(options[widget.name + 'Widget']) || {
enabled: true,