Parse Obsidian protocol URL part after hash (#)

It’s not documented, but already included in Obsidian v0.12.5:
open obsidian://test?vault=医学&query=MOC#t=123 produce:

you can use query-string - npm (npmjs.com) to parse hash if you need to.

3 Likes