https://github.com/wflixu/typster
a typst reader and editor
https://github.com/wflixu/typster
desktop-app macos tauri typst typst-editor vue3
Last synced: 23 days ago
JSON representation
a typst reader and editor
- Host: GitHub
- URL: https://github.com/wflixu/typster
- Owner: wflixu
- License: mit
- Created: 2023-04-03T13:41:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T03:45:12.000Z (2 months ago)
- Last Synced: 2025-03-29T08:11:17.210Z (about 1 month ago)
- Topics: desktop-app, macos, tauri, typst, typst-editor, vue3
- Language: Rust
- Homepage:
- Size: 5.32 MB
- Stars: 40
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typst-cn - typster
README

# typster
A desktop application for a new markup-based typesetting language, [typst](https://github.com/typst/typst).
Typster is built using [Tauri](https://tauri.app/).# features
- [x] auto code completion
- [x] export PDF file
- [x] error tip
- [x] use latest typst v0.12## screenshot



# Download
[download link](https://github.com/wflixu/typster/releases)
### MacOS
```
xattr -c /Applications/typster.app
```
### rebuild app icon```
pnpm tauri icon
```## Other similar projects:
- https://github.com/Cubxity/typster
- https://github.com/Enter-tainer/typst-preview## Related projects
- https://github.com/Enter-tainer/typstyle
- https://github.com/nvarner/typst-lsp