diff --git a/README.md b/README.md index bbdbd2a..a078f82 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/public/imgs/app-icon.png b/public/imgs/app-icon.png new file mode 100644 index 0000000..283a137 Binary files /dev/null and b/public/imgs/app-icon.png differ diff --git a/public/imgs/screen_editing.png b/public/imgs/screen_editing.png new file mode 100644 index 0000000..41d72d8 Binary files /dev/null and b/public/imgs/screen_editing.png differ diff --git a/public/imgs/screen_preview.png b/public/imgs/screen_preview.png new file mode 100644 index 0000000..428ef43 Binary files /dev/null and b/public/imgs/screen_preview.png differ diff --git a/public/imgs/screen_projects.png b/public/imgs/screen_projects.png new file mode 100644 index 0000000..86cba59 Binary files /dev/null and b/public/imgs/screen_projects.png differ