Show HN: Minimalist editor that lives in browser, stores everything in the URL
81–90 of 172 posts
Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#82hopefully mine can stand out with all the extra features i have managed to cram in
Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#83Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#84Per 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
#85https://gabrielsroka.github.io/webpages/calc.htm#a1:=Rate=3....
https://gabrielsroka.github.io/webpages/calc.htm#a1:=Rate=3.875;a2:=Years=30;a3:=NPer=Years*12;a4:=PV=644000;a5:=Pmt=Math.round(Math.pmt(Rate/12/100,NPer,PV)*100+1)/100;rows:5;cols:1
More examples
https://gabrielsroka.github.io/webpages/It's about 130 js loc
Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#86Not really… using js to change the CSS on the go is not a good practice. Why does it matter? Because of the “dark mode” browser extensions. They often use the presence of @media query (or other standard CSS means of setting dark mode colors), and if it’s the JS that changes the colors we often get partial Dark Mode, which does not work at all.
Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#87Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#88Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL
#89Per 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...
My absolute favorite thing about modernity is how enabled we are to riff on a riff of a riff.
In 1346, if a blacksmith came up with something cool, its quite possible that it died with them.