editViewMode

  • type: tree | edit
  • default: tree
  • required: false

Description

Set how the users should be redirected when clicking on the edit link.

  • tree mode will open the note's location in the repository.
  • edit mode will open an editor that could be used to commit / create pull request with changes.

Example

  publishing:
    github:
      editViewMode: `edit`

Backlinks