This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Christopher Dierkens
dierkens.dev
did:plc:7eovliwcehimxc3kwmxybrbw
TIL: There is a CSS tab-size property.
Thinking about using tabs for any browser rendered code so that those with accessibility needs can override the tab size.
Using the a unit-less value sets it to a unit of white space so you can set a default of 2 or 4 just like using spaces.
https://developer.mozilla.org/en-US/docs/Web/CSS/tab-size
2024-11-03T19:21:33.882Z