editViewMode
- type:
tree | edit - default:
tree - required:
false
Description
Set how the users should be redirected when clicking on the edit link.
treemode will open the note's location in the repository.editmode will open an editor that could be used to commit / create pull request with changes.
Example
publishing:
github:
editViewMode: `edit`
Backlinks