You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice if specifying a filepath but no data would just open the given path.
I'm building some iOS Shortcuts to automate some flows, and I'd love to rely only on obsidian-advanced-uri instead of switching between this and the official open action depending on whether or not I have data
Right now it looks like this case is ignored by registerObsidianProtocolHandler, when it can probably just be implemented with this.app.workspace.openLinkText(parameters.filepath, "");
A nice-to-have would be if the cursor were at the appropriate position based on mode=append or mode=prepend
The text was updated successfully, but these errors were encountered:
Yeah I didn't add it, because it's covered by the official open action, but I see your wish to stay with one action. I like the idea with mode=append and mode=prepend.
It would be really nice if specifying a
filepath
but nodata
would just open the given path.I'm building some iOS Shortcuts to automate some flows, and I'd love to rely only on
obsidian-advanced-uri
instead of switching between this and the officialopen
action depending on whether or not I have dataRight now it looks like this case is ignored by
registerObsidianProtocolHandler
, when it can probably just be implemented withthis.app.workspace.openLinkText(parameters.filepath, "");
A nice-to-have would be if the cursor were at the appropriate position based on
mode=append
ormode=prepend
The text was updated successfully, but these errors were encountered: