How to link to a project #793
Replies: 2 comments
-
|
I too would like to be able to open a specific vault, project & view using a link. @LeonardoGentile, I don't see a clean way to override internal links syntax ala If extending the URL protocol is outside the Projects plugin design, then Obsidian Advanced URI can be used to map a URL to the command palette. For example, to open the Projects tab in my Personal vault I can use: Now I just came across Obsidian Advanced URI yesterday, and I'm a novice at the Obsidian API, but I don't see a way to override the defaults and set the preferred project and preferred view using the command palette without more Projects plugin support. If there was parameter support, then the URL would look like |
Beta Was this translation helpful? Give feedback.
-
|
The answer is here in #377. It requires the Obsidian Advanced URI plugin. Basically, if you enable the Projects plugin setting to show your specific project, you can grab a specific URI and set up a wikilink to link to it from a note. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
as I've understood the various projects are not saved in a markdown file.
So my questions is, how can I open the project view (of a specific project) by pointing at it via a wiki link like [[My Project Name]]?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions