gristlabs / grist-widget

A repository of custom widgets to embed in Grist documents
https://gristlabs.github.io/grist-widget/
Apache License 2.0
56 stars 60 forks source link

Add widgets for custom charts and jupyterlite notebooks #99

Closed alexmojaki closed 1 year ago

netlify[bot] commented 1 year ago

Deploy Preview for boisterous-sunburst-a5c941 ready!

Name Link
Latest commit 738a74004bf40ef5c541462f7534c060e5899954
Latest deploy log https://app.netlify.com/sites/boisterous-sunburst-a5c941/deploys/653acb1d3b3fdb000809fc64
Deploy Preview https://deploy-preview-99--boisterous-sunburst-a5c941.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

berhalak commented 1 year ago

How about small mental model shift. Lets treat this github repository as a package repository (like npm), so it contains all prebuilt artifacts (js files). And in the chart and jupiter repository, you would just add a github action that will build your project and create a pull request for this one, with everything built already and configured properly? So you will use it (this repo) as a hosting provider for your widgets, and all the source code and tests and all the machinery will still sit in your repository.