return <Editor
      note={this.props.currentNote}
      notes={this.props.notes}
      notebooks={this.props.notebooks}
      changeNote={this.props.changeNote}