An open API service indexing awesome lists of open source software.

https://github.com/zachcp/quarto-swissbiopics

SwissBioPics in Quarto
https://github.com/zachcp/quarto-swissbiopics

Last synced: 15 days ago
JSON representation

SwissBioPics in Quarto

Awesome Lists containing this project

README

          

# Swissbiopics Extension For Quarto

Embed [Swissbiopics](https://www.swissbiopics.org/) in Quarto documents.

**Note: this works but is still in alpha state.**

**Note: this is only available for html formats.**

## Installing

```bash
quarto add zachcp/swissbiopics
```

This will install the extension under the `_extensions` subdirectory.
If you're using version control, you will want to check in this directory.

## Using

You can use the `{{< sbp >}}` shortcode to add a SwissBioPics image to your quarto document. You will need to specify the name of one of the images which can be found in `_extensions/swissbiopics/resources/images`. For example:

```md
{{< sbp Animal_cells >}}

{{< sbp Egg_cell >}}

{{< sbp Trypanosoma >}}
```

## Build

Copy the `_extensions` directory to `docs` and build.