quarto-language-cell-decorator

Quarto extension to add a decorator to the code cells to display the language name.

https://github.com/mcanouil/quarto-language-cell-decorator

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

code codecell computing-language quarto quarto-extension quarto-pub
Last synced: 4 months ago · JSON representation ·

Repository

Quarto extension to add a decorator to the code cells to display the language name.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
code codecell computing-language quarto quarto-extension quarto-pub
Created 10 months ago · Last pushed 5 months ago
Metadata Files
Readme Funding License Citation

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

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


Dependencies

.github/workflows/release.yml actions