Skip to content
Actions for Obsidian icon Home Actions for Obsidian 2024.1.3 › Actions

Actions for Obsidian › Actions › Get Note Link

Each Obsidian note has a local URL that can be used to link to that note from other applications. For example, if you know the URL of a particular meeting note you created, you can attach that link to the corresponding calendar event and get a clickable link to your note right from your Calendar app.

This action returns the URL of a given note. The URL only works locally, on the Mac or iPhone/iPad that contains the specified note in the specified vault.

This action doesn’t check if the note exists, it just creates the link.

Parameters

Vault

The vault to work in.

Type: Vault reference

File Path

The path of the note, relative to the vault root.

Type: Text

Return Value

Text

Examples

Suppose the file path of your note is My meeting note and the vault is named Workbench, the result would be:

obsidian://open?file=My%20meeting%20note&vault=Workbench

For example, if you paste this link into your browser, it will open that particular vault and note.