surrealdb / surrealist

Surrealist is the ultimate way to visually manage your SurrealDB database
https://surrealist.app/
MIT License
1.03k stars 73 forks source link

Implement deeplink support #293

Closed macjuul closed 1 month ago

macjuul commented 1 month ago

This PR implements support for deeplinking to views and dispatching intents on desktop platforms. The logic is integrated into the existing file associations code and now supports file:// URIs as well as surrealist:// URIs.

Also in this PR

Closes #288