Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jthomasmock/test-listing
Recreating connectwidgets with only Quarto
https://github.com/jthomasmock/test-listing
Last synced: 13 days ago
JSON representation
Recreating connectwidgets with only Quarto
- Host: GitHub
- URL: https://github.com/jthomasmock/test-listing
- Owner: jthomasmock
- Created: 2022-06-23T13:55:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T21:10:30.000Z (over 2 years ago)
- Last Synced: 2023-03-06T03:36:50.515Z (over 1 year ago)
- Language: Python
- Homepage: https://colorado.rstudio.com/rsc/quarto-connectwidgets/
- Size: 26.4 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Readme
This is an experiment to recreate the core output from `connectwidgets` landing page.
Quarto has support for multiple listings, which generate bootstrap cards, grids, or tables, without a hard requirement for R.
In most situations it is ideal to generate the listing YAML files via a library like R's `yaml` or python's `PyYAML`. A dataframe, JSON, or list/dict can be converted into YAML via these packages, providing a path from API queries against RStudio Connect to generate local content and be converted into YAML listing fragments.