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.
/ | parameters | explanation |
---|---|---|
workspace | workspace | Opens the workspace called workspace |
save current workspace | saveworkspace=true | Saves the current workspace. (Can be combined with workspace to open a new workspace afterwards) |
file | <identification> | Opens file |
line in file | <identification>, line | Opens line line in file |
heading | <identification>, heading | Opens the heading in file |
block reference | <identification>, block | Opens the block in file |
settings tab | settingid | Opens a settings tab by id, all plugins are supported. See here for a list of all available options |
Example
Open workspace "main":
obsidian:?vault=<your-vault>&workspace=main
Open heading "Goal" in "my-file.md" (Important: Without syntax, only Goal
):
obsidian:?vault=<your-vault>&filepath=my-file&heading=Goal
Open block-id "12345" in "my-file.md" (Important: Without syntax, only 12345
):
obsidian:?vault=<your-vault>&filepath=my-file&block=12345