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

Are there plans to create a VS Extension for .md framework files? The experience of editing these files is not too bad out-the-box, but I think some small tweaks would...

enhancement

This branch (which is probably not going to be a PR) explores what's needed to support open graph (#178) and rel-canonical (#179). It raises a few questions: - [x] support...

Exposing meta data to the page could help in many scenarios. For a concrete example, suppose that I want to show an author's name in a page. If I defined...

enhancement

This used to return a JS array of maps; one per row. Now it returns the arrow table. ```sql sql id=top10 SELECT * FROM gaia ORDER BY phot_g_mean_mag LIMIT 10...

documentation

It would be nice when we build to have a report on internal links, including broken links (with an option to make that an error), broken anchors (same), and pages...

enhancement

In the discussion in #1222 we're thinking of using the filesystem to generate multiple files from a data loader. This could be better for huge files (e.g. video) than having...

enhancement
question

In addition to tar and zip, we could have multipart archives. After checking [IANA#multipart](https://www.iana.org/assignments/media-types/media-types.xhtml#multipart) and [IANA#message](https://www.iana.org/assignments/media-types/media-types.xhtml#message), it looks like the most viable format would be `multipart/form-data`. It has no IANA...

enhancement

JSX is a format/language that allows JavaScript to be embedded consistently in an HTML-like syntax and to output HTML primitives. Originally written for React, it has been incorporated into a...

enhancement

It’d be nice if, for example, the **Inputs** item in the sidebar were a link to `/inputs/` for an overview of Observable Inputs. You could still click on the caret...

enhancement

What if we included Tailwind CSS by default, and generated an optimized bundle during build? That seems useful.

enhancement