Skip to main content

Navigation

tip

Use the view mode parameter to e.g. switch between reading and live preview mode.

tip

Use the open mode parameter to open the file always in a new tab or in a new window.

/parametersexplanation
workspaceworkspaceOpens the workspace called workspace
save current workspacesaveworkspace=trueSaves the current workspace. (Can be combined with workspace to open a new workspace afterwards)
file<identification>Opens file
line in file<identification>, lineOpens line line in file
heading in file<identification>, headingOpens the heading in file
block reference in file<identification>, blockOpens the block in file
global block referenceblockSearches the whole vault for that block id and uses that file for <identification>
settings tabsettingidOpens a settings tab by id, all plugins are supported. See here for a list of all available options
Example

Open workspace "main":

obsidian://advanced-uri?vault=<your-vault>&workspace=main

Open heading "Goal" in "my-file.md" (Important: Without syntax, only Goal):

obsidian://advanced-uri?vault=<your-vault>&filepath=my-file&heading=Goal

Open block-id "12345" in "my-file.md" (Important: Without syntax, only 12345):

obsidian://advanced-uri?vault=<your-vault>&filepath=my-file&block=12345

Searches whole vault for block-id "12345". Ideally that block id is unique. (Important: Without syntax, only 12345):

obsidian://advanced-uri?vault=<your-vault>&block=12345