Skip to content

Commit a59d6b7

Browse files
authored
update images in readme
1 parent 881670b commit a59d6b7

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,13 @@ To get up and running you just need to add this at the beginning of your page:
2323

2424
If you want to see a more comprehensive example use the [`./tests/showcase/showcase.typ`](./tests/showcase/showcase.typ), which generates the following document:
2525

26-
27-
<img width="300" height="1684" alt="notionly-1" src="https://github.com/user-attachments/assets/20d5469e-fd87-4999-8579-c431fc3521f9" />
28-
29-
<img width="300" height="1684" alt="notionly-2" src="https://github.com/user-attachments/assets/01e5c7ce-4f18-433c-9c04-3b023e5a98ce" />
30-
31-
<img width="300" height="1684" alt="notionly-3" src="https://github.com/user-attachments/assets/fd5d06f6-93c8-4754-9206-97923b6f1a44" />
32-
26+
<img width="1191" height="1684" alt="notionly-1" src="https://github.com/user-attachments/assets/914257ef-574f-4b31-9412-c7428903e311" />
27+
<img width="1191" height="1684" alt="notionly-2" src="https://github.com/user-attachments/assets/1013a182-135d-45d3-8405-96e3d6c03167" />
28+
<img width="1191" height="1684" alt="notionly-3" src="https://github.com/user-attachments/assets/c80d49ea-8b80-4580-b32a-6c164ad966e9" />
29+
<img width="1191" height="1684" alt="notionly-4" src="https://github.com/user-attachments/assets/37c6f0b2-042b-4fe7-8f91-e7899e289fae" />
3330

3431
# Docs
35-
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.
3633

3734
Here's is an example of a callout:
3835
```typ
@@ -53,6 +50,8 @@ And here is an example of a bookmark:
5350
)
5451
```
5552

53+
See the [showcase](./tests/showcase/showcase.typ) example for a more detailed example on how to use the package.
54+
5655
## FAQs
5756
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)
5857

@@ -85,4 +84,4 @@ And here is an example of a bookmark:
8584
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)
8685

8786
## License
88-
MIT
87+
MIT

0 commit comments

Comments
 (0)