quarto-language-cell-decorator
Quarto extension to add a decorator to the code cells to display the language name.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.9%) to scientific vocabulary
Keywords
Repository
Quarto extension to add a decorator to the code cells to display the language name.
Basic Info
- Host: GitHub
- Owner: mcanouil
- License: mit
- Language: Lua
- Default Branch: main
- Homepage: https://m.canouil.dev/quarto-language-cell-decorator/
- Size: 37.1 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
Language Cell Decorator
This extension adds a decorator to the code cells to display the language name.
Installation
bash
quarto add mcanouil/quarto-language-cell-decorator
This will install the extension under the _extensions subdirectory.
If you're using version control, you will want to check in this directory.
Usage
Add the extension to your document's YAML front matter:
yaml
filters:
- language-cell-decorator
Example
Here is the source code for a minimal example: example.qmd.
Outputs of example.qmd:
Owner
- Name: Mickaël Canouil
- Login: mcanouil
- Kind: user
- Location: Lille, France
- Website: https://mickael.canouil.fr
- Twitter: MickaelCanouil
- Repositories: 28
- Profile: https://github.com/mcanouil
Biostatistician, Ph. D. (& cinephile) @RLille User Group Organiser
Citation (CITATION.cff)
cff-version: 1.2.0
title: "Language Cell Decorator Extension for Quarto"
message: "If you use this project, please cite it as below."
type: software
authors:
- family-names: "Canouil"
given-names: "Mickaël"
orcid: "https://orcid.org/0000-0002-3396-4549"
repository-code: "https://github.com/mcanouil/quarto-language-cell-decorator"
url: "http://m.canouil.dev/quarto-language-cell-decorator/"
license: "MIT"
date-released: "2025-07-27"
version: 0.1.0
GitHub Events
Total
- Release event: 1
- Delete event: 5
- Push event: 16
- Pull request event: 9
- Create event: 6
Last Year
- Release event: 1
- Delete event: 5
- Push event: 16
- Pull request event: 9
- Create event: 6
Issues and Pull Requests
Last synced: 4 months ago