How to see the path of the currently used vault (basePath)?

Is there a way to see the basePath of the currently used Obsidian vault?

It could ideally be at the top of the app:

image

Or as an information shown here:

Or at least as dynamically generated text in a note.

I think you can use dataview (js query) to get that.

Inline js query example:

`$=dv.span(app.vault.adapter.basePath)`

Maybe Templater can do the same.

1 Like

Thank you very much. Together with the homepage plugin I can see this information at least at every start of Obsidian.

How can I change the font color and size of the output?

Funny: When I do this

<font style="color: yellow;">Vault: 

`$=dv.span(app.vault.adapter.basePath)`

</font>

it looks

image

But it should be in the same color and size as the word “Vault”.

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