Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mceck/clickup-kanbans-vscode
Clickup unofficial extension for vscode
https://github.com/mceck/clickup-kanbans-vscode
clickup clickup-tasks productivity time-tracker vscode vscode-extension
Last synced: about 1 month ago
JSON representation
Clickup unofficial extension for vscode
- Host: GitHub
- URL: https://github.com/mceck/clickup-kanbans-vscode
- Owner: mceck
- License: mit
- Created: 2022-07-21T01:21:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T23:35:41.000Z (about 2 months ago)
- Last Synced: 2024-10-31T00:24:14.682Z (about 2 months ago)
- Topics: clickup, clickup-tasks, productivity, time-tracker, vscode, vscode-extension
- Language: Svelte
- Homepage:
- Size: 899 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: License.md
Awesome Lists containing this project
README
# Clickup Kanbans
Unofficial extension
## configuration
Use command Clickup>Set token to add the clickup authoriation token or open the extension and insert the token from the inside form
Follow the [official guide](https://clickup.com/api/developer-portal/authentication/) to obtain a Personal token
## usage
Use button on sidebar or command Clickup>Open kanban to open full screen view
![preview](media/docs/preview.png)
Use command Clickup>Open timesheet to open timesheet view
![preview](media/docs/timesheet.png)
#### view mode
![preview](media/docs/task-view.png)
With this view mode you can open a clickup view
Select the view from the picker than you can filter tasks by assignees and more...
#### tasks mode
With this view mode you can filter tasks by assignees and lists and more...
#### save views
![preview](media/docs/save.png)
You can save current configuration clicking on the icon or saving with a new name clicking on the 3 dots
Select saved configurations from the selector that can be opened by clicking on the configuration name on the top left of the screen
#### intl
You can change language and date formatting in the settings
## dev
Build the webview in watch mode
`yarn watch`Than start the extension in debug from vscode (Run->Start debugging or F5)