Skip to main content

From within Obsidian

You can access the query parameters of the last opened Advanced URI via the following:

const lastParameters = app.plugins.plugins["obsidian-advanced-uri"].lastParameters

This can be useful to continue processing the URI via the dataview or templater plugin. See #77 for the initial request and use case.