https://github.com/laixintao/yqt
YuQue Tools, now you can edit your markdown with your favorite editor and use yqt to upload them to yuque.com.
https://github.com/laixintao/yqt
lark markdown yu-que
Last synced: 3 months ago
JSON representation
YuQue Tools, now you can edit your markdown with your favorite editor and use yqt to upload them to yuque.com.
- Host: GitHub
- URL: https://github.com/laixintao/yqt
- Owner: laixintao
- Created: 2019-05-07T10:31:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T10:32:22.000Z (over 6 years ago)
- Last Synced: 2025-07-04T14:44:06.572Z (4 months ago)
- Topics: lark, markdown, yu-que
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Yu Que Tools
A command line tools for yuque.com. It support both yuque.com and Alibaba's intranet.
## Install
```
pip install yqt
```## Usage
1. Get a token from https://yuque.com/settings/tokens
2. `export YUQUE_TOKEN=your-token`
3. `yqt filename.md`File format:
```
https://yuque.com/me/kzzkgl/asdfas# Title
you content here...
```- The first line must be url to sync to.
- The next none blank line will be doc's title.