Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/herlev/inktyp
- Owner: herlev
- Created: 2023-04-09T02:11:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-19T22:52:22.000Z (6 months ago)
- Last Synced: 2024-08-02T06:15:13.843Z (3 months ago)
- Language: Rust
- Size: 1.19 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-typst - inktyp - An Inkscape plugin to insert and edit Typst equations (Integrations & Tools / Editor Integrations)
- awesome-typst-cn - inktyp
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)