Official Standard Library for the Noteworthy Framework.
This repository contains the core collection of Typst modules used in the Noteworthy Framework.
| Module | Description |
|---|---|
canvas |
Cartesian and polar coordinate systems for plotting. |
combi |
Combinatorics utilities (grids, permutations). |
data |
Data structures and visualization. |
dsa |
Data Structures & Algorithms visualizations. |
graph |
Graph theory rendering tools. |
layout |
Layout primitives and page management. |
shape |
Geometric shapes and drawing primitives. |
timeline |
Timeline and sequence visualizations. |
trees |
Tree data structures and drawing. |
Modules are typically installed automatically as part of the Noteworthy framework setup.
#import "../../templates/templater.typ": *For advanced usage or standalone installation, see the Modules Guide.
We welcome additions to the standard library! Please read CONTRIBUTING.md for our module development philosophy and guidelines.
MIT License. See LICENSE for details.