29 lines
422 B
Markdown
29 lines
422 B
Markdown
# notes
|
|
|
|
A typst template/lib for taking notes.
|
|
|
|
## Usage
|
|
|
|
Install the package locally:
|
|
|
|
```
|
|
git clone https://git.pains-perdus.fr/Pains-Perdus/typ-notes.git ~/.local/share/typst/packages/local/notes/0.0.1
|
|
```
|
|
|
|
Use it in `typ` files with:
|
|
|
|
```
|
|
#import "@local/notes:0.0.1": *
|
|
```
|
|
|
|
Or to create a new note:
|
|
|
|
```
|
|
typst init @local/notes <directory>
|
|
```
|
|
|
|
## TODO:
|
|
|
|
- add new raw type with graphviz boillerplate code
|
|
- biblio
|