How to make an introductory note through the tab bar?

Need to “pin” the note to the tab bar. Cannot use the command palette (to make the icon appear). There is no accompanying “open” line/command.

here [how to] android terminal command open specific note in obsidian mobile? - #4 by cedardoc, it seems there is a solution
“edit: it worked using this:
obsidian://advanced-uri?vault=(vault name here)&filename=(note name here)
also using the Advanced URI plugin, I believe this is necessary
In Tasker, add task > Network > View URL”

But I don’t understand how to do this. Not very good at this. If possible, how to do this point by point.

Yours respectfully.

The command to pin a note is “Toggle pin”. Open the command palette and type “pin” and it will appear. You can also long press the tab and choose “Pin” from the context menu.

Not this way. I spoke on Tab Bar. I don’t know where the tab bar is, but the Comander plugin tells that place:

I need, as I said, to place my note icon here:

See also URI commands plugin.

2 Likes

Maybe this is just what i need.


Please tell me how to write the correct note address in the “URI” field. {{vaultName}} is not very clear to me.

URL to open myNote.md in MyVault (myNote.md can be in any folder, and aliases are supported in place of myNote):

obsidian://advanced-uri?vault=MyVault&filename=myNote

URL to open myNote.md in new tab (gets focused if already open):

obsidian://advanced-uri?vault=MyVault&filename=myNote&openmode=true

URL to open myNote.md in source mode:

obsidian://advanced-uri?vault=MyVault&filename=myNote&viewmode=source

URL to open myNote.md and focus specific heading:

obsidian://advanced-uri?vault=MyVault&filename=myNote&heading=MyHeading

Values after the equal sign = have to be encoded in case they include spaces, parenthesis or question marks. Use this tool to encode values to be used in URLs.

Obsidian offers right click option to copy Obsidian URL of notes. This feature isn’t documented anywhere afaik.

1 Like

It really healpfull. Great thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.