You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,13 @@ To get up and running you just need to add this at the beginning of your page:
23
23
24
24
If you want to see a more comprehensive example use the [`./tests/showcase/showcase.typ`](./tests/showcase/showcase.typ), which generates the following document:
It is not complicated, the only new functions are `callout` and `bookmark`, the rest are overrides of existing functions.
32
+
It is not complicated, each new function is named like the notion type (`callout`, `bookmark`, `toggle`, `file`, etc.) the rest are overrides of already existing functions in Typst.
36
33
37
34
Here's is an example of a callout:
38
35
```typ
@@ -53,6 +50,8 @@ And here is an example of a bookmark:
53
50
)
54
51
```
55
52
53
+
See the [showcase](./tests/showcase/showcase.typ) example for a more detailed example on how to use the package.
54
+
56
55
## FAQs
57
56
No one has asked me any question yet. For inquiries, proposals or help using notionly contact me at [pardo.marti@gmail.com](mailto:pardo.marti@gmail.com)
58
57
@@ -85,4 +84,4 @@ And here is an example of a bookmark:
85
84
No one has asked me any question yet. For inquiries, proposals or help using notionly contact me at [pardo.marti@gmail.com](mailto:pardo.marti@gmail.com)
0 commit comments