Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/herlev/inktyp

Insert and edit Typst equations in Inkscape
https://github.com/herlev/inktyp

Last synced: 6 days ago
JSON representation

Insert and edit Typst equations in Inkscape

Awesome Lists containing this project

README

        

# inktyp

Insert and edit [typst](https://typst.app/) equations in inkscape.

![](img/demo.gif)

## Installation

```bash
mkdir -p ~/.config/inkscape/extensions
cd ~/.config/inkscape/extensions
git clone https://github.com/herlev/inktyp
cd inktyp
cargo install --path .
```

### Set a keyboard shortcut

In Inkscape go to `Edit > Preferences > Interface > Keyboard` and set a shortcut for inktyp under `Extensions`.

![](img/inkscape-preferences.png)