jxnl / magic-text

https://magic-text-jxnl.vercel.app
MIT License
155 stars 23 forks source link

Feature suggestion: make summaries deep linkable #3

Open boxabirds opened 1 year ago

boxabirds commented 1 year ago

This obviously requires you to store the results but you can store lots of stuff for nearly free these days :) Dump them in S3 and keep an eye on the egress costs :)

jxnl commented 1 year ago

what do you mean deeplink? right now they are shareable via the share button For example: https://magic.jxnl.co/youtube?v=zQnBQ4tB3ZA

or even: https://magic.jxnl.co/api/cached_summary?v=zQnBQ4tB3ZA

boxabirds commented 1 year ago

Gotcha. I didn't see that -- a simple tweak could be to change the browser URL immediately so the user doesn't have to do an extra step. A bit like imgur etc does it. window.history.replaceState kinda thing.