Would it be possible to add an event for when a obsidian:// URI action is called?
I’m trying to see if a “new”, “open”, or “daily” action is called so I can show the window if hidden and that seems like it would be the best event to have available.
Would it be possible to add an event for when a obsidian:// URI action is called?
I’m trying to see if a “new”, “open”, or “daily” action is called so I can show the window if hidden and that seems like it would be the best event to have available.
Right, that’s for registering a new Obsidian URI action. I’m looking to just see when certain existing ones are called. I did try the register to see if it would also raise an event, but fails that “open” or “new” is already a registered handler.
You are right, I forgot about duplicates