diff --git a/README.md b/README.md index c55a365..fd5724b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Obsidian Typst +# Typst Renderer Renders `typst` code blocks, and optionally math blocks, into images using [Typst](https://github.com/typst/typst) through the power of WASM! This is still very much in development, so suggestions and bugs are welcome! diff --git a/manifest.json b/manifest.json index 8dfaa57..a862104 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "id": "typst", - "name": "Obsidian Typst", + "name": "Typst Renderer", "version": "0.4.2", "minAppVersion": "1.0.0", "description": "Renders `typst` code blocks and math blocks to images with Typst.",