framework icon indicating copy to clipboard operation
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...

Results 194 framework issues
Sort by recently updated
recently updated
newest added

If I create a page `new-page.md` and add the following content ```markdown # Main title ## Subtitle 1 ## Subtitle 2 ``` The first H2 is rendered incorrectly ![image](https://github.com/observablehq/framework/assets/92990559/2d591296-c1b7-4f37-8e6f-b4f601610a30) When...

bug

Alternative to #1392 which doesn’t require any Framework changes.

I implemented the layered config idea I sketched out in https://github.com/observablehq/framework/pull/1390#issuecomment-2127933059. This allows the `--config` option to be passed multiple times. The passed configs are merged together before normalization to...

Merging the result of the function with its argument feels surprising to me. I'm suggesting this alternative, where we only take the result of the function (the function can do...

An example showing common components used in business dashboards, e.g.: - Donut charts - Bar charts - Line chart (time series with moving average) - Big numbers

This can be helpful if you are building in an environment that is different than the configuration file expected. It can also be used to build a project multiple times...

This includes images and fonts using url(). Using onResolve (as suggested in https://github.com/observablehq/framework/issues/786#issuecomment-2070227596) closes #786 supersedes #788 The test above uses a remote `@font-face` and a local background asset (horse.jpg);...

Add a --deploy-config option to deploy, to allow specifying alternate paths for `deploy.json`. This can help support our examples, as well as users that want to maintain multiple deploys, such...

closes #1367 _Analysis of the issue:_ A file is created with the name given in its reference, even if this doesn't match the actual file name (for example because we...