framework
framework copied to clipboard
A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data anal...
This causes the preview server to render an error on load instead of just an invalid import: ```js import "npm:@observablehq/does-not-exist"; ``` And if the code block is added to an...
Since we're free to name the resolutions of `/_node/` files (bare module specifiers) as we want, why not give them names that are easy to read in the browser's network...
Hiya – a few days ago I was fishing around in the Slack community group asking about the available commands for local development. Swiftly resolved (thank you Fabian and Fil...
With the **host** and **origin** options provided (#180, #42), we can derive the page’s canonical URL (which is a good thing to have on static websites that might be served...
css
Fixes #666. Not sure there’s a lot of value here (especially relative to #597), but it’s easy to do. My silly test case: ````html ```css body { color: hsl(${x}, 50%,...
add a weather page like [a-taste-of-observable](https://observablehq.com/@tomb/a-taste-of-observable). @mbostock: I feel like a fun example for observable create would be a local weather dashboard. Like the old [A Taste of Observable](https://observablehq.com/@tomb/a-taste-of-observable). There...
in a dashboard with the following front matter: ``` --- toc: false theme: dashboard --- ```` when set `toc: true` and save, the page does not update live. i need...
> "docs/index.md is the home page for your site. You can have as many additional pages as you’d like, but you should always have a home page, too." I feel...
For npm users to be able to copy code, we should add a switch on the config page to flip between yarn and npm. `yarn observable subcommand` translates to `npx...
Can we add `observable telemetry enable` and `observable telemetry disable` commands to enable and disable telemetry (in addition to the `OBSERVABLE_TELEMETRY_DISABLE` environment variable?