Compare commits
2 Commits
cf4d52e6dc
...
4c426e7661
| Author | SHA1 | Date |
|---|---|---|
|
|
4c426e7661 | |
|
|
d7e58054b3 |
|
|
@ -21,3 +21,8 @@ Or to create a new note:
|
|||
```
|
||||
typst init @local/notes <directory>
|
||||
```
|
||||
|
||||
## TODO:
|
||||
|
||||
- add new raw type with graphviz boillerplate code
|
||||
- biblio
|
||||
|
|
|
|||
|
|
@ -1,2 +1,11 @@
|
|||
#import "@local/notes:0.0.1": *
|
||||
#show: notes-template
|
||||
|
||||
```dot-render
|
||||
digraph mygraph {
|
||||
rankdir="LR";
|
||||
b -> a;
|
||||
a -> c;
|
||||
c -> b;
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue