Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dashboard #9

Merged
merged 14 commits into from
May 26, 2023
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_LOGSEQ_API_SERVER=http://127.0.0.1:12315
VITE_LOGSEQ_API_TOKEN=your-token
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,19 @@ Another point is that the plugin will remain synchronized with the official vers
- [x] full-screen operation
- [x] support excalidraw library
- [x] customize font family
- [ ] customize drawing name
- [ ] drawing management dashboard
- [x] customize drawing name
- [x] drawing management dashboard

## Screenshots

### Dashboard
![dashboard](./screenshots/dashboard.png)

### Editor
![editor](./screenshots/editor.png)

### Preview
![preview](./screenshots/preview.png)

## Contributing

Expand Down
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,22 @@
"dependencies": {
"@excalidraw/excalidraw": "^0.15.2",
"@logseq/libs": "^0.0.14",
"@radix-ui/react-alert-dialog": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-separator": "^1.0.2",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-toast": "^1.1.3",
"antd": "^5.0.2",
"class-variance-authority": "^0.5.2",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"jotai": "^2.1.0",
"lodash": "^4.17.21",
"lucide-react": "^0.180.0",
"react": "^18.2.0",
Expand Down
Loading