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
- Host: GitHub
- URL: https://github.com/sillyfreak/typst-pre-plantuml
- Owner: SillyFreak
- License: mit
- Created: 2024-06-09T20:25:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T17:41:44.000Z (over 1 year ago)
- Last Synced: 2025-02-24T02:15:59.583Z (over 1 year ago)
- Topics: plantuml, typst, typst-package
- Language: Shell
- Homepage:
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.