Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wibeasley/quarto-book-lightbox
https://github.com/wibeasley/quarto-book-lightbox
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wibeasley/quarto-book-lightbox
- Owner: wibeasley
- Created: 2022-11-24T19:45:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T20:44:35.000Z (about 2 years ago)
- Last Synced: 2024-12-18T01:21:40.952Z (about 1 month ago)
- Language: JavaScript
- Size: 466 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quarto-book-lightbox
This minimal example is to help me troubleshoot a problem encountered with the [*Guide to N3C*](https://github.com/National-COVID-Cohort-Collaborative/guide-to-n3c-v1)
The current error is
```
GET: /lightbox.html
Error running filter _extensions/quarto-ext/lightbox/lightbox.lua:
_extensions/quarto-ext/lightbox/lightbox.lua:113: attempt to call a nil value (field 'is_format')
stack traceback:
```(There is nothing listed after "stack traceback".)
I've tried to replicate the "Simple Lightbox Example" at .
I get this error when I try to render:
* the book's [lightbox.qmd](lightbox.qmd) through VS Code (using `quarto preview`, and several variations)
* the stand-alone [not-in-the-book.qmd](not-in-the-book.qmd) through VS Code (using `quarto preview`, and several variations)
* the book's [lightbox.qmd](lightbox.qmd) through RStudio (using the "Render button)
* the stand-alone [not-in-the-book.qmd](not-in-the-book.qmd) through RStudio (using the "Render button)# Resolution:
Upgrade to the newest version of Quarto. The version from a week or two ago apparently didn't correspond with the Lightbox extension
https://stackoverflow.com/a/74565982/1082435