Skip to content

Commit

Permalink
Merge pull request #12 from wflixu/dev
Browse files Browse the repository at this point in the history
v0.12.0
  • Loading branch information
wflixu authored Dec 24, 2024
2 parents 77d3211 + 6b7a596 commit 34afb9b
Show file tree
Hide file tree
Showing 39 changed files with 14,113 additions and 3,690 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
![typster](./app-icon.png)

# [WIP] typster
# typster

A W.I.P desktop application for a new markup-based typesetting language, [typst](https://github.com/typst/typst).
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
Expand Down Expand Up @@ -45,7 +47,7 @@ pnpm tauri icon

## Other similar projects:

- https://github.com/Cubxity/typstudio
- https://github.com/Cubxity/typster
- https://github.com/Enter-tainer/typst-preview

## Related projects
Expand Down
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typster",
"private": true,
"version": "0.4.0",
"version": "0.12.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,23 +15,25 @@
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@tauri-apps/api": "^1.5.3",
"ant-design-vue": "4.x",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.1",
"ant-design-vue": "~4.2.5",
"monaco-editor": "^0.46.0",
"pinia": "^2.1.7",
"pinia": "^2.2.4",
"radash": "^12.1.0",
"today-ui": "^0.0.23",
"vscode-oniguruma": "^2.0.1",
"vscode-textmate": "^9.0.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vscode-textmate": "^9.1.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.10",
"@types/node": "^20.11.25",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vue-tsc": "^2.0.5"
"@tauri-apps/cli": "^2.0.4",
"@types/node": "^20.17.1",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
}
}
Loading

0 comments on commit 34afb9b

Please sign in to comment.