vscode-yuque-cli README
This extension is for VSCode client for Yuque.
Features
Settings
yuqueCli.APIToken : the access token of Yuque API, generate here
yuqueCli.EndPoint : the url of Yuque Backend, the form is https://<yuque domain name>/api/v2/ , for example, https://www.yuque.com/api/v2/
yuqueCli.Active : true or false, specify which folder is active for yuque, for multi root workspace
TODO
- [x] Yuque Update Document Response
- [x] Change Command Name
- [x] Add shortcup in the TreeView
- [x] Design custom Source Control to display modification
- [x] Fix update document without update stats in SCM
- [x] Support Clone Group Repo
- [x] Add Open in Website Command
- [x] Add Yuque Arrange TOC Command
- [x] Add Command to Switch Active Folder
- [ ] Add DocumentName in SourceControl
- [ ] Open Document when click item in SourceControl
- [ ] Use DB to store all the things
- [ ] Display The status of Document - use icons
How to Use
Clone a Yuque Repo
- open a folder in vscode
- Call
Yuque Clone Command , which will create a TOC.yaml file in the workspace
Create New Document
- Call
Yuque Create Document command, which will use yuque API to create a document
- Visit the website to add the document into TOC (the vscode will open the url atomatically)
- Call
Yueue Update TOC command
- View update on Yuque Outline
Fetch and Modify Document
- Right Click TreeItem in YuqueOutline and Choose to fetch document
- Right Click TreeItem in YuqueOutline and Choose to open document
- Modify with markdown
- Right Click TreeItem in YuqueOutline and Choose to update document
Requirements
Extension Settings
Known Issues
| |