Live data from Hacker News

Show HN: Minimalist editor that lives in browser, stores everything in the URL

github.com

51–60 of 172 posts

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#52

I like these kinds of projects, but adding a file export/import is inevitable. It's less about the limits of a URL and more about practicality. I also have no way to confirm that URLs aren't logged server side, so I'd never trust the claim about "no tracking". That's why these projects also end up self-hosted.

hash part of url only available in the browser, as far as I know, server doesn’t have access to # value

very easy for the server to intentionally (or by compromise) add a one liner to send the hash text up.

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#53
post #23
post #15

Earlier quoted context omitted.

Chrome limit is 2MB, Firefox is 1MB, WebKit is no limit. Here is the Crime and Punishment by Fyodor Dostoevsky: - https://medv.io/goto/crime-and-punishment-by-fyodor-dostoevs...

LOL Tapping the address bar crashed my Chrome on mobile.

loaded OK for me on mobile safari.

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#54
Funny how I made almost exactly the same but for maps.

I needed a way to share a link to a map, with drawings and the ability for the receiver to see their own location on the map.

Annotated screenshots solves the first but not the second.

Vibe engineered this, with many of the same ideas as OP.

Took an evening. Just in time apps for one specific use case is a thing.

And because it's so cheap to make and can be hosted cheaply with no backend, it can be given away for free.

https://nyman.re/mapdraw/#l=60.172108%2C24.941458&z=16&d=LU8...

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#59
post #40

Thanks for sharing! I tried a similar content-in-url approach for a family grocery list app but I couldn't get the url that short. (It worked but it was a bit cumbersome sharing over Whatsapp.) Will see what I can learn from this!

I created a similar app just 2 days ago targeting Whatsapp (https://linqshare.com) . Context: In my locality, EA, we normally have Whatsapp groups raising funds for whatever reason; for every content edit, the admin has to copy-edit-paste updated content(which contains name and amount) to the group. This small app intends to provide a table that's easy to convey this info. App stores content in the url but a preview image (needed for Whatsapp share) is stored at R2. Let me know if you want the source code running at Cloudflare.

--edit-- test link: https://linqshare.com/#eJxtkM9KxDAQxl-lzLmHrv8Ova3IHlz04BY8F...

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#60

Are , , and missing intentionally? Safari 15.6.1: Unhandled Promise Rejection: ReferenceError: Can't find variable: CompressionStream

I probably shouldn’t presume to speak for the OP, but given that they’re optional, I would think so, yes.
Post reply on HN