Skip to content

Commit

Permalink
[init]
Browse files Browse the repository at this point in the history
  • Loading branch information
wflixu committed Apr 21, 2024
1 parent dd21e4e commit 5b42049
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,37 @@
# typster
![](./app-icon.png)
![typster](./public/imgs/app-icon.png)

typst reader and editor
# [WIP] typster

# rebuild app icon
A W.I.P desktop application for a new markup-based typesetting language, [typst](https://github.com/typst/typst).
Typster is built using [Tauri](https://tauri.app/).


# screenshot


![typster](./public/imgs/screen_projects.png)



![typster](./public/imgs/screen_editing.png)



![typster](./public/imgs/screen_preview.png)


# Download


[download link](https://github.com/wflixu/typster/releases)

### MacOS


```
xattr -c /Applications/appname.app
```
### rebuild app icon

```
pnpm tauri icon
Expand Down
Binary file added public/imgs/app-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/imgs/screen_editing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/imgs/screen_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/imgs/screen_projects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b42049

Please sign in to comment.