|
1 | | -# Observable Framework++ |
| 1 | +--- |
| 2 | +hypothesis: true |
| 3 | +keywords: carpe diem |
| 4 | +--- |
2 | 5 |
|
3 | | -A fork by Tilix |
| 6 | +# Observable Framework++ |
4 | 7 |
|
5 | | -<div class="note"> |
6 | | -The best dashboards are built with code. |
7 | | -Create fast, beautiful data apps, dashboards, and reports from the command line. Write Markdown, JavaScript, SQL, Python, R… and any language you like. Free and open-source. |
| 8 | +<div class="tip" label="A fork by Tilix"> |
| 9 | +The best dashboards are built with code. Observable Framework helps in creating fast, beautiful data apps, dashboards, and reports. Write Markdown, JavaScript, SQL, Python, R… and any language you like. It is free, open-source and ready to fork. |
8 | 10 | </div> |
9 | 11 |
|
10 | | -**Observable Framework** is an [open-source](https://github.com/observablehq/framework) static site generator for data apps, dashboards, reports, and more. Framework includes a preview server for local development, and a command-line interface for automating builds & deploys. |
| 12 | +[Observable Framework](https://github.com/observablehq/framework) is an open-source static site generator for data apps, dashboards, reports, and more. Framework includes a preview server for local development, and a command-line interface for automating builds & deploys. |
| 13 | + |
| 14 | +Framework includes thoughtfully-designed themes, grids, and libraries to help you build displays of data that look great on any device, including Observable Plot, D3, Mosaic, Vega-Lite, Graphviz, Mermaid, Leaflet, KaTeX, and myriad more. And for working with data in the client, there’s DuckDB, Arquero, SQLite, and more, too. |
| 15 | + |
| 16 | +[Tilix](https://www.tilix.ai) is adding [Hypothesis](https://web.hypothes.is) integration and has several other ideas in the pipeline. |
| 17 | + |
| 18 | +```js |
| 19 | +1 + 2 |
| 20 | +``` |
| 21 | + |
| 22 | +```js |
| 23 | +display(frontmatter.keywords); |
| 24 | +``` |
11 | 25 |
|
12 | | -Framework includes thoughtfully-designed [themes](./themes), [grids](./markdown#grids), and [libraries](./imports) to help you build displays of data that look great on any device, including [Observable Plot](./lib/plot), [D3](./lib/d3), [Mosaic](./lib/mosaic), [Vega-Lite](./lib/vega-lite), [Graphviz](./lib/dot), [Mermaid](./lib/mermaid), [Leaflet](./lib/leaflet), [KaTeX](./lib/tex), and myriad more. And for working with data in the client, there’s [DuckDB](./lib/duckdb), [Arquero](./lib/arquero), [SQLite](./lib/sqlite), and more, too. |
| 26 | +${frontmatter.keywords} |
0 commit comments