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

### Description: When running npm run dev in one of the Observable examples, the engine frequently crashes. Upon investigation, I discovered that this issue is caused by Vim creating temporary...

bug

This should help when deploying projects to workspaces with many projects.

It can happen that the preview server crashes (for example, when we write an erroneous import statement, or simply ctrl-c the process). The page then loses the connection with the...

enhancement

an example of querying GitHub, git, npm… to get a lot of information about a repo. built for the [facebook/react](https://github.com/facebook/react) repo and deployed at https://observablehq.observablehq.cloud/framework-example-loader-github-react/ **facebook/react** is very interesting as...

We should expose the equivalent of [esbuild’s `jsxImportSource`](https://esbuild.github.io/api/#jsx-import-source) so that you can use a different React-compatible library such as Preact, or simply so you can use `react` from `node_modules` instead...

enhancement

Some things to figure out: 1. Tailwind has very opinionated [“preflight” styles](https://tailwindcss.com/docs/preflight) which are essentially incompatible with Markdown. (For example, paragraphs have no margins by default, and so smush together.)...

Could we have a `.sql` data loader as described in https://github.com/observablehq/framework/issues/1346#issuecomment-2138676104?

enhancement

Switching between the Framework site and the Plot site, there are a few small layout differences, and it would be nice to make them consistent. Changes in this PR: -...