asg017 / dataflow

An experimental self-hosted Observable notebook editor, with support for FileAttachments, Secrets, custom standard libraries, and more!

Home Page:https://alexgarcia.xyz/dataflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More features on the compiler

asg017 opened this issue · comments

  • Compile to a single .js file
    • Probably can bundle with esbuild api/plugin
    • ignore file attachments? resolve to null? option to bundle as url/base64? need research
  • Compile to a .tar.gz file
    • This should be able stream to stdout + filter out files that you want.... right?
  • Include ObservableHQ bundles, ex https://api.observablehq.com/@d3/bar-chart.tgz?v=3
  • --no-file-attachments option
  • --no-html option
  • --no-tree-shake option