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...
Currently the `render` callback passed to `resize` is required to be synchronous, but we should allow it to be async. Just be careful — make sure that we don’t display...
Fixes #1335.
Consider the following HTML: ```html ``` The `img[src]` attribute is rewritten as expected, but the `a[href]` is not, so you get this: ```html ``` We do rewrite `a[href]` attribute when...
It’s mentioned under [Responsive display](https://observablehq.com/framework/javascript#responsive-display) but we should have an explicit heading for it. We should probably have one for `display`, too, come to think of it…
[This is far from ready—only sharing for discussion.] This indexes the examples together with the rest of the documentation. An issue is that the results are often too high, so...
Browse the new examples here: https://github.com/observablehq/framework/tree/mbostock/more-examples/examples TODO: - [x] Link examples from the Framework docs sidebar - [x] New examples README - [x] Distinguish “technique” examples from “showcase” examples -...
This PR supports the "link_shared" project access level. This is to be merged once the rest of the feature is feature-complete.
This is a draft of segmented data loaders. It's probably missing a lot, and needs a lot more testing and polish. I wanted to share it early though, since I'm...
Added a default interpreter for ".exs" (Elixir script) files, and an example ".exs" dataloader.
Currently when the viewport is resized to a smaller width, the TOC will disappear. It would be helpful to still be able to see the TOC when the viewport is...