replit / desktop

Replit Desktop App
114 stars 3 forks source link

Add support for replit://new deeplink #99

Closed sergeichestakov closed 1 year ago

sergeichestakov commented 1 year ago

Why

Follow on to the web changes introduced here: https://github.com/replit/repl-it-web/pull/35098. This PR introduces a new deeplink endpoint, replit://new which optionally accepts a language query param which will open a new window with the new Repl modal prefilled to the specified language if provided, or Python if not.

Fixes WS-772

What changed

Add support for replit://new deeplink

Test plan

linear[bot] commented 1 year ago
WS-772 Deeplink to new repl modal experience

Suggested by some community members on Discord. Would be cool to support something like `replit://new?template=...`similar to `replit.com/new`