https://github.com/mcanouil/quarto-extensions
Quarto Extensions listing via GitHub API
https://github.com/mcanouil/quarto-extensions
extension quarto quartopub
Last synced: 4 months ago
JSON representation
Quarto Extensions listing via GitHub API
- Host: GitHub
- URL: https://github.com/mcanouil/quarto-extensions
- Owner: mcanouil
- License: mit
- Created: 2023-12-09T15:04:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T14:43:14.000Z (over 1 year ago)
- Last Synced: 2024-11-11T15:29:44.782Z (over 1 year ago)
- Topics: extension, quarto, quartopub
- Language: Lua
- Homepage: http://m.canouil.dev/quarto-extensions/
- Size: 865 KB
- Stars: 35
- Watchers: 2
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: authors.qmd
Awesome Lists containing this project
README
# Quarto Extensions Listing 
This is a listing of Quarto extensions using GitHub API to retrieve information from the repositories.
## How to submit your extension?
To add your extension to this list, please submit a pull request to this repository by adding your extension repository at the bottom of [`extensions/quarto-extensions.csv`](https://github.com/mcanouil/quarto-extensions/edit/main/extensions/quarto-extensions.csv) following `/`.
```md
/
/
```
> [!IMPORTANT]
> Before submitting, please make sure that:
>
> - The extension is not already listed.
> - Your GitHub repository contains a **Description**.
> - Avoid special characters/strings in the **Description**, such as `''` instead of `` `<style>` ``.
> - Your GitHub repository contains **Topics**.
> - Your GitHub repository contains a **Release** with **Tag**.
> - Your GitHub repository has `example.qmd` or `template.qmd` file.
> - Your GitHub repository has only one extension or a set of extensions under `_extensions`.
## Extension Status Indicators
Extensions can display status banners to indicate their maintenance or development state.
Add one of the following topics to your GitHub repository to display a status banner:
- **`superseded`** - For extensions that have been replaced by a newer version or alternative.
- **`deprecated`** - For extensions that are outdated and should not be used in new projects.
- **`archived`** - For extensions that are no longer actively maintained.
- **`experimental`** - For extensions that are in early development or testing phase.
- **`stable`** - For extensions that are production-ready and actively maintained.
If multiple status topics are present, the priority order is: `superseded` > `deprecated` > `archived` > `experimental` > `stable`.
## Disclaimer
This project is an independent community resource and is not affiliated with or endorsed by Quarto or its maintainers.
## Support
If you find this project helpful, please consider [sponsoring it](https://github.com/sponsors/mcanouil?o=esb) to support ongoing development and maintenance.