Change name

This commit is contained in:
Jack
2023-06-03 16:45:59 +01:00
parent 9f60ef0a10
commit 27cd0b8113
2 changed files with 2 additions and 2 deletions

View File

@ -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!

View File

@ -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.",