Philippe Rivière
Philippe Rivière
This is working as expected, but [the spec](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/orient) can be confusing: `arrow-reverse` is exactly like `arrow` but reversed on the starting position, so you can draw something like `` with...
Codewise this lgtm. But can we rephrase the error message a little bit? `setting y reducer to "mean" requires setting y field` uses "reducer" and "field", but the properties are...
I've added a bit of documentation
@shadoof here's a concrete example: in `observablehq.config.js` I define: ```json { "style": "/assets/global.css", "globalStylesheets": ["https://fonts.googleapis.com/css2?family=Kavoon&display=swap"] } ``` and in the global stylesheet (`src/assets/global.css`) I add this rule: ```css :root {...
imports are working
I've reworked this PR and it's now passing all the JS code (inline, fenced, and imports) through esbuild.
This is a first step that allows you to write ts (or copy/paste ts) and run the code. But the hope is that we'll be able to get type checking...
superseded by #1632
Yes, for example here is the approach that vitepress supports: https://vitepress.dev/reference/site-config#example-adding-google-fonts which I implemented in the companion PR for Plot here https://github.com/observablehq/plot/pull/2139/commits/071e9a19df5a8b2b08588cbaf397aa27595e0819
OK, I'll work on this, should be quick (but I don't think it's blocking for #1588).