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

https://github.com/sillyfreak/typst-pre-plantuml

Embed diagrams generated by PlantUML in Typst
https://github.com/sillyfreak/typst-pre-plantuml

plantuml typst typst-package

Last synced: over 1 year ago
JSON representation

Embed diagrams generated by PlantUML in Typst

Awesome Lists containing this project

README

          

# pre-plantuml

This package provides a [prequery](https://typst.app/universe/package/prequery) for UML diagrams specified using [PlantUML](https://www.plantuml.com/) syntax. The diagrams can be extracted either as source code, or as URLs to a specific PlantUML Webservice.

## Getting Started

To add this package to your project, use this:

```typ
#import "@preview/pre-plantuml:0.1.0": *

...
```

## Usage

See the [manual](docs/manual.pdf) for details.