dataflow
dataflow copied to clipboard
An experimental self-hosted Observable notebook editor, with support for FileAttachments, Secrets, custom standard libraries, and more!
Attempted to run dataflow on a Windows 10 computer. Initial load of a notebook works, however changing the notebook using notepad++ causes the page to become and remain blank. The...
These js/css deps are loaded on every pageload, from a CDN. Should be bundled in and version controlled someway. - [ ] index.html - [ ] inspector.css - [ ]...
Hello, `overflow: auto` CSS declaration for `.observablehq` selector in dataflow `index.html` prevents proper cells margin collapsing. So, for example, if you create multiple consecutive `md` cells, each containing a couple...
First of all, I find dataflow fantastic! Using It I've noticed that rules from GitHub markdown CSS (being used for all cells) sometimes clashes with the ones from Observable. For...
```js #!/usr/bin/env -S dataflow run -p 3495 --allow-file-attachments a = 1 b = 2 c = a + b ``` similar to deno which is ```js #!/usr/bin/env -S deno run...
Only observablehq and local imports are supported now. Here are other places we should support importing from: - [ ] Any `.js` file on the internet that has a `export...
- at first, i love your great work. - but writing `.ojs` is not so happy. - the drawbacks of ojs: - current ide won't highlight the syntax. writing experience...
A builtin cell named `dataflow` that have some Dataflow-specific utility functions and constants. ### `dataflow.theme` A string that updates whenever a user updates the "theme" of a notebook, ex dark...
 Currently, Observable notebooks in Dataflow are rendered top->bottom. Any custom side-by-side cells have to be done in the same cell (kinda like the table-of-content sidebar [in the Dataflow docs](https://github.com/asg017/dataflow/blob/main/docs/site.ojs#L23-L26),...