Update readme

This commit is contained in:
Jack
2023-03-29 00:56:21 +01:00
parent 32c9f88374
commit 0665554f4b

View File

@ -1,7 +1,8 @@
# Obsidian Typst
Renders `typst` code blocks into images using [Typst](https://github.com/typst/typst) through the power of WASM!
Renders `typst` code blocks into images using [Typst](https://github.com/typst/typst) through the power of WASM! This is still very much in development, so suggestions/bugs are welcome!
**NOTE**: The plugin has to load fonts at startup, which on my machine takes about 20s but after that its *heckin* fast.
## Example
```
@ -35,4 +36,7 @@ The first #count numbers of the sequence are:
```
```
<img src="assets/example.png">
<img src="assets/example.png">
## Installation
Until this plugin is submitted to the community plugins please install it by copying `main.js`, `styles.css`, and `manifest.json` from the releases tab to the folder `.obsidian/plugins/obsidian-typst`.