Navigation Parameters
View mode
Every action opening or focusing a pane supports the parameter viewmode
. Accepted values:
source
: Sets the editor to editing:source modelive
: Sets the editor to editing:live previewpreview
: Sets the editor to reading mode
Open mode
Every action opening a pane supports the parameter openmode
. Accepted values:
true
opens file in new pane if not already openedfalse
opens file in current pane if not already openedwindow
split
tab
silent
doesn't open the filepopover
which requires the Hover Editor plugin to be installed and enabled
If the file is already opened in another pane, it gets focused.
You can set a default value in the plugin's settings. The value from the setting gets overwritten by specifying it in the URI.