Earlier quoted context omitted.
Yeah just would be good on a codeberg or gitlab or maybe even github repo. So we can do PR. Here is the fix: .leaflet-top, .leaflet-left{ z-index: 100000; /* some high number */ }
hmm, I tried it on firefox and it works for me, and for me .leaflet-top already has a high z-index: 1000; although I run 140.6.0esr so maybe newer ones need a even higher one? the code is on GH now https://github.com/gnyman/mapdraw , codeberg is on my todo
Show HN: Minimalist editor that lives in browser, stores everything in the URL
161–170 of 172 posts
Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#162Earlier quoted context omitted.
Interesting distinction. I've previously heard vibe coding described as "vibe prompting, but you actually do some work." That aside though, I just call what you're describing as coding with AI.
coding with AI is coding just as much as coding with VSCode is coding. you decide which parts you get help from a given tool and which you don’t. end of the day, it is all coding and “coding with AI” sounds as silly as “coding with keyboard / microphone”
Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#163Funny 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 hoste…
> Vibe engineered While I'm all for vibe coding as appropriate, there's a lot of humor to be found it calling it engineering. :D
Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#164Per the spec [0], a URL can hold at least 8,000 characters. > It is RECOMMENDED that all senders and recipients support, at a minimum, URIs with lengths of 8000 octets in protocol elements. Note that this implies some structures and on-wire representations (for example, the request line in HTTP/1.1) will necessarily be larger in some cases. Mainstream browsers support at least 64,000 characters [1], and Chrome suppor…
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...
Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#165I really like this from a privacy point of view. So much so that I'm thinking about adding a purely URL-storage solution as an option in my https://kraa.io editor.
Aand im dropped back to empty editor with just that one character visible
(Firefox 146.0.1 (Build #2016132551), 86bb7f6af6312ba3c0161085f854bcdff68f1a91 GV: 146.0.1-20251217121356 AS: 146.0.2 OS: Android 14)
Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#166let's not forget the og itty.bitty.site [0] [0]: http://about.bitty.site/
Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#167It also has a note/plain text sharing option.
Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#168Funny 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 hoste…