typ-notes/template/main.typ

55 lines
738 B
Plaintext

#import "@local/notes:0.0.1": *
#show: notes-template.with(
doc_type: "notes",
title: [ On the Usefullness of Notetaking ],
authors: (
[ Jane Doe ],
[ Jack Dow ]
),
logo: "pains-perdus",
date: datetime(
year: 2024,
month: 1,
day: 1,
),
keywords: ()
)
```dot-render
digraph mygraph {
rankdir="LR";
b -> a;
a -> c;
c -> b;
}
```
```digraphLR
a -> b;
b -> c;
c -> a;
```
```graphTB
a -- b;
b -- c;
c -- a;
```
Lorem ipsum dolore #todo[sit] amet
```pintora
mindmap
@param layoutDirection TB
* Pintora diagrams
** UML Diagrams
*** Sequence Diagram
*** Activity Diagram
*** Component Diagram
** Non-UML Diagrams
*** Entity Relationship Diagram
*** Mind Map
*** Gantt Diagram
*** DOT Diagram
```